summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2021-02-12 12:25:09 -0500
committerSean Anderson2021-02-12 12:25:09 -0500
commit0dae2f124aa00d8d2fa618d64b9863f3232d568b (patch)
treeac035acb822520da42e01cb34aac541592e0e0a5
parent98bf720c95c1dfbb5750743b96be3d0bc378c29c (diff)
downloadaur-0dae2f124aa00d8d2fa618d64b9863f3232d568b.tar.gz
Add provides and conflicts
If anyone ever gets around to compiling all this stuff from source, they can provide this :)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2bc09ebe551..1c93f3ca9bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = arch-test-bin
license = MIT
depends = bash
depends = perl
+ conflicts = arch-test
+ replaces = arch-test
source = http://ftp.debian.org/debian/pool/main/a/arch-test/arch-test_0.17-1_all.deb
md5sums = 8c5265e8eb8b4debaa0d4178d495c9a0
diff --git a/PKGBUILD b/PKGBUILD
index f4dca0084aab..088d3f00f562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,8 +20,8 @@ makedepends=()
checkdepends=()
optdepends=()
provides=()
-conflicts=()
-replaces=()
+conflicts=('arch-test')
+replaces=('arch-test')
backup=()
options=()
install=