From 2ecc6a34d7c65a478dd6ecb09ee0e8fc980d9494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Mon, 15 Jul 2019 20:12:05 +0000 Subject: [PATCH] Fixing format with provides/conflicts --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e557197..7a13548 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,8 +7,8 @@ pkgdesc='Simple image glitcher suitable for producing nice looking i3lock backgr arch=('i686' 'x86_64') url='https://github.com/r00tman/corrupter' makedepends=('git' 'go') -provides=("corrupter-bin") -conflicts=("corrupter-bin") +provides=("corrupter") +conflicts=("corrupter") license=('BSD 2-Clause') md5sums=('SKIP')