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 9d484d7e69d8..448022f9277f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = gophcatch-git
depends = curl
optdepends = lynx: Needed if you want to dump new items
optdepends = cron: Recommended if you want to regularly run gophcatch
+ provides = gophcatch
+ conflicts = gophcatch
source = git://github.com/vain/gophcatch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0bad8b064042..9592581a6806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ optdepends=(
'lynx: Needed if you want to dump new items'
'cron: Recommended if you want to regularly run gophcatch'
)
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=(git://github.com/vain/gophcatch.git)
md5sums=('SKIP')