From 8193d168450423d8934dfa68186e5aa18d96228c Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 3 Jun 2018 16:23:18 +0200 Subject: Conflicts array fix --- .SRCINFO | 2 +- PKGBUILD | 2 +- 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=() -- cgit v1.2.3