From 82693fcf63c7edc30bd56bc7b5a167a25c2dfb4f Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 1 Sep 2015 08:01:03 +0300 Subject: [PATCH] Rebuid SRCINFO with correct conflicts array --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e0ee27a..daa2ad4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = git-annex-bin pkgdesc = Standalone precompiled version of git-annex with no Haskell dependencies, batteries included. pkgver = 5.20150825 - pkgrel = 1 + pkgrel = 2 url = http://git-annex.branchable.com/ arch = i686 arch = x86_64 @@ -21,7 +21,7 @@ pkgbase = git-annex-bin depends = dnsutils depends = aria2 provides = git-annex - conflicts = git-annex, + conflicts = git-annex conflicts = git-annex-git replaces = git-annex-standalone source = git-annex diff --git a/PKGBUILD b/PKGBUILD index 846bdee..ff7a88e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ pkgname=git-annex-bin pkgver=5.20150825 -pkgrel=1 +pkgrel=2 pkgdesc='Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.' arch=('i686' 'x86_64' 'armv6h' 'arm') url='http://git-annex.branchable.com/' -- GitLab