summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2015-11-14 13:36:50 +0100
committerGordian Edenhofer2015-11-14 13:36:50 +0100
commitfbd0ecce4731648ae3714fa101da9f68aae9a74b (patch)
treedf2c91f3f7bfe22f24919cf9bcfec3c779456549 /PKGBUILD
parent0ee9ad6b1c85b660bad67351db9b66554bfba797 (diff)
downloadaur-fbd0ecce4731648ae3714fa101da9f68aae9a74b.tar.gz
Add conflicts and provide array for non-git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 582272f6916d..2640a0646f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ depends=('gtk-engine-murrine')
#optdepends=("python: scripts to simplify the rendering process"
# "inkscape: edit theme assets")
makedepends=('git')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
source=("${_pkgname}"::"git+https://github.com/snwh/${_pkgname}.git")
md5sums=('SKIP')