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

Allan McRae allan at archlinux.org
Wed Jun 17 12:28:32 UTC 2009


    Date: Wednesday, June 17, 2009 @ 08:28:32
  Author: allan
Revision: 42628

upgpkg: fakeroot 1.12.3-1
    upstream update, add sh dep for install file (FS#14824)

Modified:
  fakeroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-17 11:44:03 UTC (rev 42627)
+++ PKGBUILD	2009-06-17 12:28:32 UTC (rev 42628)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 
 pkgname=fakeroot
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.12.3
+pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://packages.debian.org/fakeroot"
 groups=('base-devel')
 install=fakeroot.install
-depends=('glibc' 'filesystem' 'grep' 'sed')
+depends=('glibc' 'filesystem' 'grep' 'sed' 'sh')
 options=('!libtool')
 source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz)
-md5sums=('1eb7d972a19159035892e7d132602726')
+md5sums=('5b482b106e7417a9d7aa5b03a37911cc')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver




More information about the arch-commits mailing list