summaryrefslogtreecommitdiff
path: root/core/fakeroot
diff options
context:
space:
mode:
Diffstat (limited to 'core/fakeroot')
-rw-r--r--core/fakeroot/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/fakeroot/PKGBUILD b/core/fakeroot/PKGBUILD
index 2d869d714..40254a8b5 100644
--- a/core/fakeroot/PKGBUILD
+++ b/core/fakeroot/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 128934 2011-06-25 14:19:16Z allan $
+# $Id: PKGBUILD 136188 2011-08-24 01:48:21Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jochem Kossen <j.kossen@home.nl>
pkgname=fakeroot
-pkgver=1.16
+pkgver=1.17
pkgrel=1
pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ install=fakeroot.install
depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
options=('!libtool')
source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
-md5sums=('e8470aa7e965bfc74467de0e594e60b6')
+md5sums=('1adc603cc18eedee11d9889798c863db')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"