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 0ed7113df..aee4b7891 100644
--- a/core/fakeroot/PKGBUILD
+++ b/core/fakeroot/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 186069 2013-05-20 23:10:56Z allan $
+# $Id: PKGBUILD 194710 2013-09-23 00:56:24Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jochem Kossen <j.kossen@home.nl>
pkgname=fakeroot
-pkgver=1.19
+pkgver=1.20
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=('3a00a1264cb31a815552050ef0c2468b')
+md5sums=('9777a81d4d1878422447a1d0030c1f9f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"