diff options
author | Seppia <seppia@seppia.net> | 2018-06-03 16:24:54 +0200 |
---|---|---|
committer | Seppia <seppia@seppia.net> | 2018-06-03 16:24:54 +0200 |
commit | 6023495e7b5c4eaff3acfce6171e7fdccb6dfa04 (patch) | |
tree | 74813e12bf64673b8eceb7486022b5284f681166 | |
parent | 1078ea461d355a75aa67e257e7c4e22b485c1937 (diff) | |
download | otbluh-6023495e7b5c4eaff3acfce6171e7fdccb6dfa04.tar.gz otbluh-6023495e7b5c4eaff3acfce6171e7fdccb6dfa04.tar.bz2 otbluh-6023495e7b5c4eaff3acfce6171e7fdccb6dfa04.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 = otbluh license = GPLv3 depends = openssl provides = otbluh - conflicts = otbluh,otbluh + conflicts = otbluh-git source = https://git.seppia.net/onetimebluh.git/snapshot/onetimebluh-0.1.tar.gz sha256sums = efde76c8832d8f9bdd514cd4906424f86cf40f9d183e2b047c64a05a3ee88728 @@ -10,7 +10,7 @@ license=('GPLv3') groups=() depends=('openssl') provides=("${pkgname}") -conflicts=("${pkgname}","${pkgname%-git}") +conflicts=("${pkgname}-git") replaces=() backup=() options=() |