[arch-commits] CVS update of core/base/klibc-extras (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Wed Oct 31 09:09:02 UTC 2007


    Date: Wednesday, October 31, 2007 @ 10:09:02
  Author: thomas
    Path: /home/cvs-core/core/base/klibc-extras

Modified: PKGBUILD (1.9 -> 1.10)

update to 2.3, removed modprobe


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


Index: core/base/klibc-extras/PKGBUILD
diff -u core/base/klibc-extras/PKGBUILD:1.9 core/base/klibc-extras/PKGBUILD:1.10
--- core/base/klibc-extras/PKGBUILD:1.9	Wed Sep 19 20:05:46 2007
+++ core/base/klibc-extras/PKGBUILD	Wed Oct 31 10:09:02 2007
@@ -1,21 +1,21 @@
-#$Id: PKGBUILD,v 1.9 2007/09/19 18:05:46 thomas Exp $
-#Maintainer: Aaron Griffin <aaron at archlinux.org>
+# $Id: PKGBUILD,v 1.10 2007/10/31 09:09:02 thomas Exp $
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=klibc-extras
-pkgver=2.2
-pkgrel=3
+pkgver=2.3
+pkgrel=1
 pkgdesc="Extra apps for klibc early-userspace"
 arch=(i686 x86_64)
 url="http://phraktured.net/initramfs/klibc-extras/"
 license=('GPL')
 groups=('base')
 depends=(klibc)
-source=(http://phraktured.net/initramfs/$pkgname-$pkgver.tar.gz)
-md5sums=('7e5042978531048c369f59ca1a13055b')
+source=(http://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e63ed6ea8c0ab6eb9a4d667870953263')
 
 build()
 {
-  cd $startdir/src/$pkgname
+  cd $startdir/src/${pkgname}-${pkgver}
 
   make || return 1
   make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list