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

Dave Reisner dreisner at archlinux.org
Thu Aug 11 19:58:54 UTC 2011


    Date: Thursday, August 11, 2011 @ 15:58:54
  Author: dreisner
Revision: 135272

upgpkg: pacman 3.5.4-3
explicitly version against glibc>=2.14

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-11 18:40:14 UTC (rev 135271)
+++ PKGBUILD	2011-08-11 19:58:54 UTC (rev 135272)
@@ -3,13 +3,13 @@
 
 pkgname=pacman
 pkgver=3.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/"
 license=('GPL')
 groups=('base')
-depends=('bash' 'libarchive>=2.8.4' 'libfetch>=2.28' 'pacman-mirrorlist')
+depends=('bash' 'glibc>=2.14' 'libarchive>=2.8.4' 'libfetch>=2.28' 'pacman-mirrorlist')
 optdepends=('fakeroot: for makepkg usage as normal user'
             'curl: for rankmirrors usage')
 backup=(etc/pacman.conf etc/makepkg.conf)




More information about the arch-commits mailing list