Date: Monday, December 12, 2011 @ 03:41:04 Author: allan Revision: 144960
upgpkg: fakechroot 2.16-1 upstream update Modified: fakechroot/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-12-12 08:29:38 UTC (rev 144959) +++ PKGBUILD 2011-12-12 08:41:04 UTC (rev 144960) @@ -3,7 +3,7 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=fakechroot -pkgver=2.15 +pkgver=2.16 pkgrel=1 pkgdesc="Gives a fake chroot environment" arch=('i686' 'x86_64') @@ -12,11 +12,11 @@ options=('!libtool') install=fakechroot.install source=(https://github.com/downloads/fakechroot/fakechroot/fakechroot-${pkgver}.tar.gz) -md5sums=('ce8bdde1d30274e124e8ecf8f59681ff') +md5sums=('3ea5efb76664e787450e0cfcefc1b807') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot + ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot --sysconfdir=/etc make }
