summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-03 16:27:01 +0200
committerSeppia <seppia@seppia.net>2018-06-03 16:27:01 +0200
commita1e5fc318b9175b136281f424715f4193e275a4d (patch)
tree8d872fde9039509ae3ef5204b9f1dbae6be43359 /PKGBUILD
parent8193d168450423d8934dfa68186e5aa18d96228c (diff)
downloadrepofish-a1e5fc318b9175b136281f424715f4193e275a4d.tar.gz
repofish-a1e5fc318b9175b136281f424715f4193e275a4d.tar.bz2
repofish-a1e5fc318b9175b136281f424715f4193e275a4d.zip
Conflicts array fix again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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=()