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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 24 18:03:25 UTC 2008


    Date: Friday, October 24, 2008 @ 14:03:25
  Author: andyrtr
Revision: 17056

upgpkg: fakeroot 1.10.1-1
    removed static lib

Modified:
  fakeroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-24 17:56:07 UTC (rev 17055)
+++ PKGBUILD	2008-10-24 18:03:25 UTC (rev 17056)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: judd <jvinet at zeroflux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 
 pkgname=fakeroot
-pkgver=1.9.5
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 depends=('glibc' 'filesystem' 'grep' 'sed')
 options=('!libtool')
 source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz)
-md5sums=('95c0c78c734b9782ec8d47e99c8e3fc8')
+md5sums=('052a1b5474b3681bc5f3167d2b3711a8')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot --disable-static
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list