summaryrefslogtreecommitdiffstats
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
parentdbfdae6694654a236f58bd5cd338ce72c20301ec (diff)
downloadrepofish-8193d168450423d8934dfa68186e5aa18d96228c.tar.gz
repofish-8193d168450423d8934dfa68186e5aa18d96228c.tar.bz2
repofish-8193d168450423d8934dfa68186e5aa18d96228c.zip
Conflicts array fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d1962d..b708072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = repofish
depends = git
depends = jq
provides = repofish
- conflicts = repofish,repofish
+ conflicts = repofish
source = https://git.seppia.net/repofish.git/snapshot/repofish-0.2.tar.gz
sha256sums = 844027e44fc43928637fff4e6609baacdbe01f6db8ed3761765fc544f04562f2
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=()