summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-03 16:20:46 +0200
committerSeppia <seppia@seppia.net>2018-06-03 16:20:46 +0200
commitd1b6f9d172e5728505ac7700948739b32a376fd5 (patch)
tree69f327b49af446e11adbc72f235bf424cdca171a /PKGBUILD
parentd52bef626f1db631875a1c4ebb8eddc1453d7903 (diff)
downloadrepofish-git-d1b6f9d172e5728505ac7700948739b32a376fd5.tar.gz
repofish-git-d1b6f9d172e5728505ac7700948739b32a376fd5.tar.bz2
repofish-git-d1b6f9d172e5728505ac7700948739b32a376fd5.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 ed6469c..90bf348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ groups=()
depends=('curl' 'git' 'jq')
makedepends=('git')
provides=("${pkgname%-git}")
-conflicts=("${pkgname}","${pkgname%-git}")
+conflicts=("${pkgname%-git}")
replaces=()
backup=()
options=()