summaryrefslogtreecommitdiffstats
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
parentd52bef626f1db631875a1c4ebb8eddc1453d7903 (diff)
downloadrepofish-git-d1b6f9d172e5728505ac7700948739b32a376fd5.tar.gz
repofish-git-d1b6f9d172e5728505ac7700948739b32a376fd5.tar.bz2
repofish-git-d1b6f9d172e5728505ac7700948739b32a376fd5.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 2160e2b..9f737c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = repofish-git
depends = git
depends = jq
provides = repofish
- conflicts = repofish-git,repofish
+ conflicts = repofish
source = repofish::git+https://git.seppia.net/repofish.git
md5sums = SKIP
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=()