[arch-commits] CVS update of arch/build/base/fakeroot (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 1 04:29:17 UTC 2007


    Date: Friday, June 1, 2007 @ 00:29:17
  Author: eric
    Path: /home/cvs-arch/arch/build/base/fakeroot

Modified: PKGBUILD (1.2 -> 1.3)

changed nolibtool to !libtool


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: arch/build/base/fakeroot/PKGBUILD
diff -u arch/build/base/fakeroot/PKGBUILD:1.2 arch/build/base/fakeroot/PKGBUILD:1.3
--- arch/build/base/fakeroot/PKGBUILD:1.2	Thu May 31 05:23:12 2007
+++ arch/build/base/fakeroot/PKGBUILD	Fri Jun  1 00:29:17 2007
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.2 2007/05/31 09:23:12 tpowa Exp $
+# $Id: PKGBUILD,v 1.3 2007/06/01 04:29:17 eric Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 pkgname=fakeroot
 pkgver=1.7.1
 pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://packages.debian.org/fakeroot"
 install=fakeroot.install
 depends=('glibc')
 license=('GPL')
-options=(NOLIBTOOL)
+options=('!libtool')
 source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/$pkgname\_$pkgver.tar.gz)
 md5sums=('3654bbbf01deeb0d804df194e1b1a2b3')
 




More information about the arch-commits mailing list