From f8dc0992fd9d1751e8de891cf74a655c32b8e922 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 17 Jul 2012 16:16:21 -0300 Subject: There're glibc-ports tarball releases now --- core/glibc/PKGBUILD | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'core/glibc') diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 8fba27d0f..d0fe32545 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -7,8 +7,6 @@ pkgname=glibc pkgver=2.16.0 pkgrel=2 -_glibcportsver=2.16 -_glibcportsdate=20120710 pkgdesc="GNU C Library" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/libc" @@ -22,7 +20,7 @@ backup=(etc/gai.conf options=('!strip') install=glibc.install source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig} - http://repo.parabolagnulinux.org/other/glibc-ports-${_glibcportsver}_${_glibcportsdate}.tar.xz{,.sig} + http://ftp.gnu.org/gnu/libc/${pkgname}-ports-${pkgver}.tar.xz{,.sig} glibc-2.15-fix-res_query-assert.patch glibc-2.15-revert-c5a0802a.patch nscd.rcd @@ -31,14 +29,6 @@ source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig} locale.gen.txt locale-gen) -mksource-ports() { - git clone git://sourceware.org/git/glibc-ports.git - pushd glibc-ports - git checkout -b glibc-${_glibcportsver}-arch origin/release/${_glibcportsver}/master - popd - tar -cvJf glibc-ports-${_glibcportsver}_${_glibcportsdate}.tar.xz glibc-ports/* -} - build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -163,22 +153,10 @@ package() { usr/lib/{pt_chown,{audit,gconv}/*.so} } - - -md5sums=('80b181b02ab249524ec92822c0174cf7' - '2a1221a15575820751c325ef4d2fbb90' - 'e1a95db2cd37e805afefee1a055d02a6' - '31f415b41197d85d3bbee3d1eecd06a3' - '0a0383d50d63f1c02919fe9943b82014' - '589d79041aa767a5179eaa4e2737dd3f' - 'ad8a9af15ab7eeaa23dc7ee85024af9f' - 'bccbe5619e75cf1d97312ec3681c605c' - '07ac979b6ab5eeb778d55f041529d623' - '476e9113489f93b348b21e144b6a8fcf') md5sums=('80b181b02ab249524ec92822c0174cf7' '2a1221a15575820751c325ef4d2fbb90' - 'e1a95db2cd37e805afefee1a055d02a6' - 'ffc870fd046ac8bf9d70459e680bf2c0' + '9a2439641be7ca8b01a3175324013031' + '218fc97a9f8777ac2688174d431e7722' '31f415b41197d85d3bbee3d1eecd06a3' '0a0383d50d63f1c02919fe9943b82014' '589d79041aa767a5179eaa4e2737dd3f' -- cgit v1.2.3-54-g00ecf