main/postmarketos-welcome: version provides (MR 3208)
There was lately a discussion upstream due to apk 2.12.10 breaking some packages in aports[1]. The conclusion in IRC is that provides were designed to be either versioned or have a provider_priority. Otherwise, the provides will be treated as a "virtual package". Which is not what we want here. [1] https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10847
This commit is contained in:
parent
4da6031e8f
commit
bec9861ec4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-welcome
|
||||
pkgver=0.4.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="postmarketOS welcome app"
|
||||
url="https://gitlab.com/postmarketOS/postmarketos-welcome"
|
||||
arch="all"
|
||||
|
@ -16,7 +16,7 @@ makedepends="
|
|||
source="https://gitlab.com/postmarketOS/postmarketos-welcome/-/archive/$pkgver/postmarketos-welcome-$pkgver.tar.bz2"
|
||||
options="!check" # No tests
|
||||
replaces="postmarketos-welcome-gtk3"
|
||||
provides="postmarketos-welcome-gtk3"
|
||||
provides="postmarketos-welcome-gtk3=$pkgver-r$pkgrel"
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
|
|
Loading…
Reference in a new issue