summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2017-05-16 22:17:56 +0100
committerEric Engestrom2017-05-16 22:19:00 +0100
commit39b7d97a4809c9006ed98509424c16cd2c0e5a78 (patch)
tree284655011d57ab4386124729f87ab11ff0ab9b4d /PKGBUILD
parente1fa69be22bb3b8470045c30e1086efe4785e775 (diff)
downloadaur-39b7d97a4809c9006ed98509424c16cd2c0e5a78.tar.gz
fix conflict with release-version package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ad0e59653ec..47ee8c795d9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ license=('MIT')
arch=('x86_64' 'i686')
source=('git://midipix.org/slibtool')
sha256sums=('SKIP')
-provides=('slibtool')
+provides=("slibtool=${pkgver%+*}")
+conflicts=('slibtool')
pkgver() {
cd "$srcdir"/slibtool