summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b708072..1d0f3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = repofish
depends = git
depends = jq
provides = repofish
- conflicts = repofish
+ conflicts = repofish-git
source = https://git.seppia.net/repofish.git/snapshot/repofish-0.2.tar.gz
sha256sums = 844027e44fc43928637fff4e6609baacdbe01f6db8ed3761765fc544f04562f2
diff --git a/PKGBUILD b/PKGBUILD
index d834d61..49a2dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPLv3')
groups=()
depends=('curl' 'git' 'jq')
provides=("${pkgname}")
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname}-git")
replaces=()
backup=()
options=()