[arch-commits] Commit in fakeroot/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Apr 9 11:49:09 UTC 2011


    Date: Saturday, April 9, 2011 @ 07:49:09
  Author: allan
Revision: 118918

upgpkg: fakeroot 1.15.1-1
upstream update

Modified:
  fakeroot/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-09 11:47:08 UTC (rev 118917)
+++ PKGBUILD	2011-04-09 11:49:09 UTC (rev 118918)
@@ -3,7 +3,7 @@
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 
 pkgname=fakeroot
-pkgver=1.14.5
+pkgver=1.15.1
 pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
 arch=('i686' 'x86_64')
@@ -11,16 +11,15 @@
 url="http://packages.debian.org/fakeroot"
 groups=('base-devel')
 install=fakeroot.install
-depends=('glibc' 'filesystem' 'grep' 'sed' 'util-linux-ng' 'sh')
+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=('659a1f3a36554abfc2a3eaad2fdc0604')
+md5sums=('248c408b1e06e776c5739871b49bd968')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
-	 --disable-static --with-ipc=sysv
-	# --with-ipc=tcp is currently broken and no option on smp systems
+              --disable-static --with-ipc=sysv
   make
 }
 




More information about the arch-commits mailing list