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

Aaron Griffin aaron at archlinux.org
Tue May 15 19:37:07 UTC 2007


    Date: Tuesday, May 15, 2007 @ 15:37:07
  Author: aaron
    Path: /home/cvs-arch/arch/build/base/bash

Modified: PKGBUILD (1.43 -> 1.44)

upgpkg: bash 3.2.017-2
Missed the bashrc error when placing it in /etc/skel


----------+
 PKGBUILD |   28 +++++++++++++++++++++++++---
 1 file changed, 25 insertions(+), 3 deletions(-)


Index: arch/build/base/bash/PKGBUILD
diff -u arch/build/base/bash/PKGBUILD:1.43 arch/build/base/bash/PKGBUILD:1.44
--- arch/build/base/bash/PKGBUILD:1.43	Sun May 13 02:20:55 2007
+++ arch/build/base/bash/PKGBUILD	Tue May 15 15:37:07 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.43 2007/05/13 06:20:55 aaron Exp $
+# $Id: PKGBUILD,v 1.44 2007/05/15 19:37:07 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=bash
 _patchlevel=017
 pkgver=3.2.$_patchlevel
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU Bourne Again shell"
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,6 +16,27 @@
 for p in $(seq -w 001 $_patchlevel); do
     source=(${source[@]} ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-$p)
 done
+md5sums=('00bfa16d58e034e3c2aa27f390390d30'
+         'f2a3cf51e58f9b82af50b861191d96fd'
+         '9d301aa965c0e8be9d74298085f0905d'
+         '9451109f3fe09d6381cbf36de9fbf06f'
+         'd8e10c754f477e3f3a581af566b89301'
+         'd38a5288b2f0ea6c9ac76b66cc74ef7d'
+         '0b90d37911827d8cb95f3b4353cc225e'
+         '8062f3a59631f58d78b180d83759b68a'
+         '585b5943fadf0875ced243b245adde58'
+         '1d5732e01ea938aeed42f3def131fa4d'
+         'dcd0cc5d801607827f7c851e72b0eabc'
+         'bb3c7dd11198c0ab93d0e960bebf6256'
+         '434a6f29b0ca5f1ab784b2437ae8eaed'
+         '2efff04dd246fcf63bd4b99f77c9a081'
+         '1dd104342f6920dfaf5efb3131e922e0'
+         '4f24b696ab78bdfae4f9cb7eb59b835d'
+         '7c40addbf1187a26ae1c8373ed383442'
+         '28e88c9f8679e99ac590d4a4a8227c56'
+         '7c17d29675bd0d49470f162774385f80'
+         'a1edaa98b4449fe2205fa75448b7b105'
+         '889ed119bbf9d363660b9a0127f35efa')
 
 build() {
   cd ${startdir}/src/${pkgname}-3.2
@@ -36,6 +57,7 @@
   install -m644 ../profile ${startdir}/pkg/etc/profile
   ln -sf ${pkgname} ${startdir}/pkg/bin/sh
 
-  install -D -m644 bashrc $startdir/pkg/etc/skel/.bashrc
+  mkdir -p $startdir/pkg/etc/skel/
+  install -D -m644 $startdir/src/bashrc $startdir/pkg/etc/skel/.bashrc
   echo ". \$HOME/.bashrc" >$startdir/pkg/etc/skel/.bash_profile
 }




More information about the arch-commits mailing list