[arch-commits] Commit in klibc-extras/trunk (PKGBUILD)
    Thomas Baechler 
    thomas at archlinux.org
       
    Wed May 14 12:09:31 UTC 2008
    
    
  
    Date: Wednesday, May 14, 2008 @ 08:09:30
  Author: thomas
Revision: 1644
Rebuild klibc for 2.6.25, add new klibc-VERSION metapackage and remove some unnecessary binaries from klibc
Modified:
  klibc-extras/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-14 12:09:27 UTC (rev 1643)
+++ PKGBUILD	2008-05-14 12:09:30 UTC (rev 1644)
@@ -3,13 +3,13 @@
 
 pkgname=klibc-extras
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra apps for klibc early-userspace"
 arch=(i686 x86_64)
 url="http://phraktured.net/initramfs/klibc-extras/"
 license=('GPL')
 groups=('base')
-depends=('klibc>=1.5-4')
+depends=('klibc' $(basename /lib/klibc-*.so .so))
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('f7887993f4a3d4fbb04aa1ddf730568e')
 
    
    
More information about the arch-commits
mailing list