summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-29 20:53:19 +0800
committermaz-12015-10-29 20:53:19 +0800
commit4ebad5c8615ca73efe433f00640b56ff19105c4d (patch)
tree2292653f819df40913aebf351b9ae13250ae5653
parent836c3eee7381e7f07da691627239fc5fd32b5731 (diff)
downloadaur-4ebad5c8615ca73efe433f00640b56ff19105c4d.tar.gz
Fix provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49e6844e20fd..b8cfb258d848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = unshield-git
makedepends = git
depends = zlib
depends = openssl
+ provides = unshield
+ conflicts = unshield
source = git+https://github.com/twogood/unshield
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7c7e1e759579..f0e9ea4c6d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url="https://github.com/twogood/unshield"
license=('MIT')
depends=('zlib' 'openssl')
makedepends=('cmake' 'git')
+provides=${_pkgname}
+conflicts=${_pkgname}
source=("git+https://github.com/twogood/unshield")
md5sums=('SKIP')