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

Allan McRae allan at archlinux.org
Sun Jan 24 15:09:56 UTC 2010


    Date: Sunday, January 24, 2010 @ 10:09:55
  Author: allan
Revision: 65150

upgpkg: bash 4.1.002-1
    upstream update

Modified:
  bash/trunk/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++--------------------------------------------
 1 file changed, 9 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-24 15:08:49 UTC (rev 65149)
+++ PKGBUILD	2010-01-24 15:09:55 UTC (rev 65150)
@@ -2,8 +2,8 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=bash
-_patchlevel=035 #prepare for some patches
-pkgver=4.0.$_patchlevel
+_patchlevel=002 #prepare for some patches
+pkgver=4.1.$_patchlevel
 pkgrel=1
 pkgdesc="The GNU Bourne Again shell"
 arch=(i686 x86_64)
@@ -15,20 +15,20 @@
 makedepends=(gzip)
 provides=('sh')
 install=bash.install
-source=(http://ftp.gnu.org/gnu/bash/bash-4.0.tar.gz
+source=(http://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz
         profile.bash
         bashrc
         enable-system-config-files.patch
         system.bashrc)
 if [ $_patchlevel -gt 000 ]; then
     for p in $(seq -w 001 $_patchlevel); do
-        source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-$p)
+        source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-$p)
     done
 fi
 
 build() {
-  cd ${srcdir}/${pkgname}-4.0
-  for p in ../bash40-*; do
+  cd ${srcdir}/${pkgname}-4.1
+  for p in ../bash41-*; do
     [ -e "$p" ] || continue
     msg "applying patch ${p}"
     patch -Np0 -i ${p} || return 1
@@ -54,45 +54,10 @@
   echo ". \$HOME/.bashrc" >${pkgdir}/etc/skel/.bash_profile
 }
 
-# wow, that's a lot of md5sums!
-md5sums=('a90a1b5a6db4838483f05438e05e8eb9'
+md5sums=('9800d8724815fd84994d9be65ab5e7b8'
          '17f20ec69535a2f50f2112a8c700630d'
          '3d2837e84645eac9bde399b58014bafa'
          '51725defa4c2dec49c1bc15883e0bee2'
          '196697769f1667a8a1aed608811129c6'
-         'bc7f4762443939bd7dccb42370f0d932'
-         'c2a4a4786a83ed4ec366c6a8924369a2'
-         '22e8a824eddba21a8fce10d7984c2aba'
-         'ed7cbced8c7c964323265522369a37a2'
-         '8ed86b7d31423d71ecf3148251d63512'
-         '5f447338cb98ff156cabf1fd9879d5f3'
-         '96e946cb66a4ca186cba1da44f1ee163'
-         'd3eb7b6f00d525e032478c33f51d46a8'
-         '340601c997ce569532417a7ae92248b8'
-         '0bd5ab96d514ffb1afbb8c7984b15146'
-         '32cb20f339a20e1e9fb37a5d18f18fca'
-         '33fd9e93d30a17988c19554ef26d56e0'
-         'a266b42df5e9ed7e8818a8b00d50e00b'
-         '86cac78f191a32cd1404f11264eb9b2a'
-         'bb41963d030bc61a20e8185367b337c5'
-         'f75455048a086528971252fd979b8755'
-         '34b2cd57271a452f4a26b39d77ff908f'
-         '99318eed8dcc05e10a14ae27043f175d'
-         'af3b9aaeadc71a5007bec2b98c751cde'
-         'eb7c7ddeb7e8451eb59228dca3329696'
-         '585d701b978ceb63967dc020db3a2234'
-         '7a70f2608f90f6ac0c2051e5f1c6c414'
-         '7a23aa41630dd4fe8d30108a200e2d96'
-         '82ba5fc9eb780eb57d8b7628a17b7d74'
-         'b26f9007ac4eef5c378f1abcb8959025'
-         '83bc844c82d0a30740e8d91a8238bfa9'
-         'a41c187f05ecab07389c18acc91214c6'
-         'fcc367e6471267d2e397257e703b817d'
-         '4d4da1c0be8dfee8e2a6a7703901130f'
-         '55cbdc8e5173d7d59bf1113c3ff590dc'
-         '389635281133416de9d13295251cabc7'
-         'd646cb4aed8e0f0d1d47eea2ed5f3690'
-         'd3e77d2a0a051478aca8c30d13ded834'
-         '05a54807fd388e71bac8912ad530ac6d'
-         'fc3d8fdb83ccc407ab7f6d1b7ac6a221')
-
+         '582dea5671b557f783e18629c2f77b68'
+         '118d465095d4a4706eb1d34696a2666a')




More information about the arch-commits mailing list