summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e238ef4585a..b8756dbe88d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = sgopherd-git
depends = bash
optdepends = xinetd: Traditional way to run sgopherd
optdepends = systemd: sgopherd also works with socket activation
+ provides = sgopherd
+ conflicts = sgopherd
backup = etc/xinetd.d/sgopherd
source = git://github.com/vain/sgopherd.git
md5sums = SKIP
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')