diff options
author | Seppia <seppia@seppia.net> | 2018-06-03 16:23:18 +0200 |
---|---|---|
committer | Seppia <seppia@seppia.net> | 2018-06-03 16:23:18 +0200 |
commit | 8193d168450423d8934dfa68186e5aa18d96228c (patch) | |
tree | 036399cea743f910ff08c41842b94581a2af1ca1 | |
parent | dbfdae6694654a236f58bd5cd338ce72c20301ec (diff) | |
download | repofish-8193d168450423d8934dfa68186e5aa18d96228c.tar.gz repofish-8193d168450423d8934dfa68186e5aa18d96228c.tar.bz2 repofish-8193d168450423d8934dfa68186e5aa18d96228c.zip |
Conflicts array fix
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -9,7 +9,7 @@ license=('GPLv3') groups=() depends=('curl' 'git' 'jq') provides=("${pkgname}") -conflicts=("${pkgname}","${pkgname%-git}") +conflicts=("${pkgname%-git}") replaces=() backup=() options=() |