summaryrefslogtreecommitdiff
path: root/core/fakeroot/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-24 02:21:59 -0700
committerroot <root@rshg054.dnsready.net>2013-09-24 02:21:59 -0700
commitedb4c972d5d23fcff220b7d3c33d3202bcb16af3 (patch)
tree65b7530d04405a6d5a181b8cd962ef5e32b43a4c /core/fakeroot/PKGBUILD
parent1f7e7fd1c04d3f64d5a0c022e516bacf9d2cc7a8 (diff)
Tue Sep 24 02:19:00 PDT 2013
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}"