summaryrefslogtreecommitdiff
path: root/core/fakeroot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/fakeroot/PKGBUILD')
-rw-r--r--core/fakeroot/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/fakeroot/PKGBUILD b/core/fakeroot/PKGBUILD
index 86ec9b66a..cb27de18c 100644
--- a/core/fakeroot/PKGBUILD
+++ b/core/fakeroot/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 136827 2011-09-01 21:49:27Z allan $
+# $Id: PKGBUILD 139748 2011-10-04 21:10:33Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jochem Kossen <j.kossen@home.nl>
pkgname=fakeroot
-pkgver=1.18
+pkgver=1.18.1
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=('b0e7696460ee54bc378b9c89997f77c2')
+md5sums=('8eedda3dcb71b6ab6f62297b82ae5ac6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"