summaryrefslogtreecommitdiff
path: root/core/fakeroot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/fakeroot/PKGBUILD')
-rw-r--r--core/fakeroot/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/fakeroot/PKGBUILD b/core/fakeroot/PKGBUILD
index e392f774a..d3fd6f97d 100644
--- a/core/fakeroot/PKGBUILD
+++ b/core/fakeroot/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 139748 2011-10-04 21:10:33Z allan $
+# $Id: PKGBUILD 144854 2011-12-08 12:17:14Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jochem Kossen <j.kossen@home.nl>
pkgname=fakeroot
-pkgver=1.18.1
-pkgrel=1.1
+pkgver=1.18.2
+pkgrel=1
pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -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=('8eedda3dcb71b6ab6f62297b82ae5ac6')
+md5sums=('79f32331358ad58499704ea5e19fd0ae')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"