summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorguldir2019-10-27 22:00:42 +0100
committermorguldir2019-10-27 22:00:42 +0100
commit9c9a8b045c0aeb6f01d17c775d32b773c0ae6593 (patch)
treeb49d82a32baa0495046692634a86b0b02ba98ea8
parent1cd8c890484e26bccfeb081500720947a6c326d5 (diff)
downloadaur-acquisition-git.tar.gz
Add conflict with acquisition
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc4f492857be..6054e6f11b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = acquisition-git
pkgdesc = Inventory management tool for Path of Exile.
pkgver = 0.8b.r6.gbea4121
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xyzz/acquisition
arch = x86_64
license = GPL
@@ -10,6 +10,7 @@ pkgbase = acquisition-git
depends = qt5-base
depends = qt5-webengine
provides = acquisition
+ conflicts = acquisition
source = git+https://github.com/xyzz/acquisition
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a0d9aabf64a..6c33c6ae6366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=acquisition
pkgname=acquisition-git
pkgver=0.8b.r6.gbea4121
-pkgrel=1
+pkgrel=2
pkgdesc='Inventory management tool for Path of Exile.'
arch=(x86_64)
license=(GPL)
@@ -11,6 +11,7 @@ url='https://github.com/xyzz/acquisition'
depends=(qt5-base qt5-webengine)
makedepends=(boost git)
provides=(acquisition)
+conflicts=(acquisition)
source=("git+https://github.com/xyzz/acquisition")
sha256sums=(SKIP)