summaryrefslogtreecommitdiff
path: root/libre/abs-libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre/abs-libre')
-rw-r--r--libre/abs-libre/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/abs-libre/PKGBUILD b/libre/abs-libre/PKGBUILD
index a9be5a541..1abcd02dc 100644
--- a/libre/abs-libre/PKGBUILD
+++ b/libre/abs-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 101993 2010-12-03 13:48:19Z allan $
+# $Id: PKGBUILD 134858 2011-08-08 04:45:57Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
_pkgname=abs
pkgname=abs-libre
-#CARCH=x86_64
+#CARCH=mips64el
pkgver=2.4.3
-pkgrel=2
+pkgrel=3
pkgdesc="Utilities to download and work with the Arch Build System (ABS)"
arch=('i686' 'x86_64' 'mips64el')
url="http://projects.archlinux.org/abs.git/"
@@ -14,6 +14,9 @@ depends=('bash' 'rsync')
backup=(etc/abs.conf)
source=(ftp://ftp.archlinux.org/other/abs/${_pkgname}-${pkgver}.tar.gz)
md5sums=('b8b46b22d2f9a2aec2c994ccf230b4fd')
+provides=("${_pkgname}=${pkgver}")
+replaces=("${_pkgname}")
+conflicts=("${_pkgname}")
build() {
cd ${srcdir}/${_pkgname}