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

Eric Belanger eric at archlinux.org
Wed Jun 11 02:45:30 UTC 2008


    Date: Tuesday, June 10, 2008 @ 22:45:30
  Author: eric
Revision: 2673

upgpkg: findutils 4.4.0-1
    upstream update, updated license to GPL3, rebuilt against testing toolchain

Modified:
  findutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-10 22:37:02 UTC (rev 2672)
+++ PKGBUILD	2008-06-11 02:45:30 UTC (rev 2673)
@@ -1,16 +1,16 @@
 # $Id$
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=findutils
-pkgver=4.2.33
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="GNU utilities to locate files"
 arch=(i686 x86_64)
-license=('GPL')
+license=('GPL3')
 groups=('base')
-depends=('glibc')
+depends=('glibc>=2.8')
 url="http://www.gnu.org/software/findutils"
 source=(ftp://ftp.gnu.org/pub/gnu/findutils/findutils-$pkgver.tar.gz)
-md5sums=('b7e35aa175778c84942b1fee4144988b')
+md5sums=('49e769ac4382fae6f104f99d54d0a112')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver





More information about the arch-commits mailing list