summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2017-04-07 06:07:51 +0200
committeraksr2017-04-07 06:07:51 +0200
commitb28362df2072215786fecd1e59b8be8738616011 (patch)
tree62178c207c4798c0f48a3d179e55f96317d59cf5 /PKGBUILD
parent9d1c965a313390c980f022c31c71c521de2a13fe (diff)
downloadaur-redo-c-git.tar.gz
Update conflicts() array...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()