From 6023495e7b5c4eaff3acfce6171e7fdccb6dfa04 Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 3 Jun 2018 16:24:54 +0200 Subject: Conflicts array fix --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 65eb007..102654b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 6e1cb7d..862b692 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ license=('GPLv3') groups=() depends=('openssl') provides=("${pkgname}") -conflicts=("${pkgname}","${pkgname%-git}") +conflicts=("${pkgname}-git") replaces=() backup=() options=() -- cgit v1.2.3