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

Thomas Baechler thomas at archlinux.org
Mon Sep 17 18:32:58 UTC 2007


    Date: Monday, September 17, 2007 @ 14:32:58
  Author: thomas
    Path: /home/cvs-core/core/base/bash

Modified: PKGBUILD (1.46 -> 1.47)

upgpkg: bash 3.2.025-1
rebuild to add to base package group, update to latest patchlevel


----------+
 PKGBUILD |   18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)


Index: core/base/bash/PKGBUILD
diff -u core/base/bash/PKGBUILD:1.46 core/base/bash/PKGBUILD:1.47
--- core/base/bash/PKGBUILD:1.46	Tue Aug 21 11:34:44 2007
+++ core/base/bash/PKGBUILD	Mon Sep 17 14:32:58 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.46 2007/08/21 15:34:44 dan Exp $
+# $Id: PKGBUILD,v 1.47 2007/09/17 18:32:58 thomas Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=bash
-_patchlevel=017
+_patchlevel=025
 pkgver=3.2.$_patchlevel
-pkgrel=2
+pkgrel=1
 pkgdesc="The GNU Bourne Again shell"
 arch=(i686 x86_64)
 license=('GPL')
@@ -39,13 +39,21 @@
          '28e88c9f8679e99ac590d4a4a8227c56'
          '7c17d29675bd0d49470f162774385f80'
          'a1edaa98b4449fe2205fa75448b7b105'
-         '889ed119bbf9d363660b9a0127f35efa')
+         '889ed119bbf9d363660b9a0127f35efa'
+         'a7d3f85fa687d2c1b5a134839f6d395d'
+         'f0399da4007e46fc5820ce25d07425b9'
+         'b76602281c3104d904fd064510fe0c21'
+         '923374ae4403c92820f711e62e1d01a5'
+         'c82d3bd14e373878b2a680dce18d1596'
+         '987c949a77b4b0ffe4a2597141e77635'
+         '5a2b976e761ab83f0fc7daae11451b86'
+         '08668dc2825f65eced9cac6b09ce1b45')
 
 build() {
   cd ${startdir}/src/${pkgname}-3.2
   for p in ../bash32-*; do
     msg "applying patch ${p}"
-    patch -Np2 -i ../${p} || return 1
+    patch -Np0 -i ${p} || return 1
   done
   patch -Np1 -i ../bash-noinfo.patch || return 1
   ./configure --prefix=/usr --with-curses --enable-readline \




More information about the arch-commits mailing list