summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-03 16:23:18 +0200
committerSeppia <seppia@seppia.net>2018-06-03 16:23:18 +0200
commit8193d168450423d8934dfa68186e5aa18d96228c (patch)
tree036399cea743f910ff08c41842b94581a2af1ca1 /PKGBUILD
parentdbfdae6694654a236f58bd5cd338ce72c20301ec (diff)
downloadrepofish-8193d168450423d8934dfa68186e5aa18d96228c.tar.gz
repofish-8193d168450423d8934dfa68186e5aa18d96228c.tar.bz2
repofish-8193d168450423d8934dfa68186e5aa18d96228c.zip
Conflicts array fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60c26ce..d834d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPLv3')
groups=()
depends=('curl' 'git' 'jq')
provides=("${pkgname}")
-conflicts=("${pkgname}","${pkgname%-git}")
+conflicts=("${pkgname%-git}")
replaces=()
backup=()
options=()