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

Tobias Powalowski tpowa at archlinux.org
Thu May 31 09:23:12 UTC 2007


    Date: Thursday, May 31, 2007 @ 05:23:12
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/fakeroot

Modified: PKGBUILD (1.1 -> 1.2)

'upgpkg: update to new version'


----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


Index: arch/build/base/fakeroot/PKGBUILD
diff -u arch/build/base/fakeroot/PKGBUILD:1.1 arch/build/base/fakeroot/PKGBUILD:1.2
--- arch/build/base/fakeroot/PKGBUILD:1.1	Sun May 13 04:01:15 2007
+++ arch/build/base/fakeroot/PKGBUILD	Thu May 31 05:23:12 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.1 2007/05/13 08:01:15 tpowa Exp $
+# $Id: PKGBUILD,v 1.2 2007/05/31 09:23:12 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 pkgname=fakeroot
-pkgver=1.5.10
-pkgrel=2
+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)
 url="http://packages.debian.org/fakeroot"
@@ -11,13 +11,11 @@
 depends=('glibc')
 license=('GPL')
 options=(NOLIBTOOL)
-source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/$pkgname\_$pkgver.tar.gz
-        http://www.mail-archive.com/debian-bugs-dist%40lists.debian.org/msg284377/froot_1_5_10-atfuncs.patch)
-md5sums=('76730bf4c9068773e857e18c346d8c81')
+source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/$pkgname\_$pkgver.tar.gz)
+md5sums=('3654bbbf01deeb0d804df194e1b1a2b3')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../froot_1_5_10-atfuncs.patch || return 1
   ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot
   make || return 1
   make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list