summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2021-08-25 14:12:22 -0400
committerSean Anderson2021-08-25 14:12:22 -0400
commitcc1eab0378f263f9ce35c4ece3f2816047922a7b (patch)
tree98fb6f7b607d772bbde479436a71a926162a4bfe
parent0dae2f124aa00d8d2fa618d64b9863f3232d568b (diff)
downloadaur-cc1eab0378f263f9ce35c4ece3f2816047922a7b.tar.gz
Don't replace arch-test, but do provide it
We don't want to replace arch-test on existing installs, but we do want to have it show up as a provider.
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 088d3f00f562..6497d7b7d8ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=arch-test
pkgname=${_pkgname}-bin
pkgver=0.17
_debrel=1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="detect architectures supported by your machine/kernel"
arch=('any')
@@ -19,9 +19,8 @@ depends=('bash' 'perl')
makedepends=()
checkdepends=()
optdepends=()
-provides=()
+provides=('arch-test')
conflicts=('arch-test')
-replaces=('arch-test')
backup=()
options=()
install=