summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Hofmann2013-11-15 13:46:32 +0100
committerPeter Hofmann2013-11-15 13:46:32 +0100
commitbbcb281d6a0d5be6ce49d81c6b603e881209589a (patch)
treea696b89d3062cbb3ec89d3ca219298337453e9f3 /PKGBUILD
parent4a90498b78472c603cab12352797cf628a7bf931 (diff)
downloadaur-bbcb281d6a0d5be6ce49d81c6b603e881209589a.tar.gz
Add $provides and $conflicts to all git packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88b6287a7058..e980c21800a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ makedepends=('git')
backup=('etc/xinetd.d/sgopherd')
optdepends=('xinetd: Traditional way to run sgopherd'
'systemd: sgopherd also works with socket activation')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=(git://github.com/vain/sgopherd.git)
md5sums=('SKIP')