summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2017-04-07 06:07:51 +0200
committeraksr2017-04-07 06:07:51 +0200
commitb28362df2072215786fecd1e59b8be8738616011 (patch)
tree62178c207c4798c0f48a3d179e55f96317d59cf5
parent9d1c965a313390c980f022c31c71c521de2a13fe (diff)
downloadaur-redo-c-git.tar.gz
Update conflicts() array...
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279660aae0ba..6d8c194ac599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 04:31:06 UTC 2017
+# Fri Apr 7 04:07:03 UTC 2017
pkgbase = redo-c-git
pkgdesc = An implementation of the redo build system in portable C with zero dependencies.
- pkgver = r51.10c33d6
+ pkgver = r58.24b5ccb
pkgrel = 1
url = https://github.com/chneukirchen/redo-c
arch = i686
arch = x86_64
license = publicdomain
makedepends = git
+ conflicts = redo-jdebp
+ conflicts = redo-python
+ conflicts = redo-sh
source = redo-c-git::git+https://github.com/chneukirchen/redo-c
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1c32c83e3f55..e4da03d7ce2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=redo-c-git
-pkgver=r51.10c33d6
+pkgver=r58.24b5ccb
pkgrel=1
epoch=
pkgdesc="An implementation of the redo build system in portable C with zero dependencies."
@@ -13,7 +13,7 @@ makedepends=('git')
optdepends=()
checkdepends=()
provides=()
-conflicts=()
+conflicts=('redo-jdebp' 'redo-python' 'redo-sh')
replaces=()
backup=()
options=()