From 8193d168450423d8934dfa68186e5aa18d96228c Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 3 Jun 2018 16:23:18 +0200 Subject: Conflicts array fix --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PKGBUILD') 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