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

Thomas Baechler thomas at archlinux.org
Mon Sep 17 18:31:49 UTC 2007


    Date: Monday, September 17, 2007 @ 14:31:49
  Author: thomas
    Path: /home/cvs-core/core/base/readline

Modified: PKGBUILD (1.24 -> 1.25)

upgpkg: readline 5.2-4
rebuild to add to base package group, update to latest patchlevel


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


Index: core/base/readline/PKGBUILD
diff -u core/base/readline/PKGBUILD:1.24 core/base/readline/PKGBUILD:1.25
--- core/base/readline/PKGBUILD:1.24	Tue Aug 21 11:35:35 2007
+++ core/base/readline/PKGBUILD	Mon Sep 17 14:31:46 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.24 2007/08/21 15:35:35 dan Exp $
+# $Id: PKGBUILD,v 1.25 2007/09/17 18:31:46 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=readline
 pkgver=5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="GNU readline library"
 arch=(i686 x86_64)
 url="ftp://ftp.cwru.edu/pub/bash/"
@@ -15,18 +15,23 @@
 	ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-002
 	ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-003
 	ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-004
+	ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-005
+	ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-006
+	ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-007
         inputrc)
-install=readline.install
 md5sums=('e39331f32ad14009b9ff49cc10c5e751'
          '9d4d41622aa9b230c57f68548ce87d8f'
          'f03e512d14206e37f7d6a748b56b9476'
          '252b42d8750f1a94b6bdf086612dceb2'
          'a32333c2e603a3ed250514e91050e552'
+         '8106796c09b789523a3a78ab69c04b6d'
+         '512188e2bf0837f7eca19dbf71f182ae'
+         'ac17aca62eb6fb398c9f2fe9de540aff'
          'e5fc955f56d9fa5beb871f3279b8fa8b')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  for i in 001 002 003 004; do
+  for i in 001 002 003 004 005 006 007; do
     patch -Np2 -i ${startdir}/src/readline52-${i} || return 1
   done
   ./configure --prefix=/usr




More information about the arch-commits mailing list