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

Dan McGee dan at archlinux.org
Thu Nov 29 01:43:07 UTC 2007


    Date: Wednesday, November 28, 2007 @ 20:43:07
  Author: dan
    Path: /home/cvs-core/core/base/bash

Modified: PKGBUILD (1.50 -> 1.51)

upgpkg: bash 3.2.025-3
add sh provide to package; don't strip bashbug by default


----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)


Index: core/base/bash/PKGBUILD
diff -u core/base/bash/PKGBUILD:1.50 core/base/bash/PKGBUILD:1.51
--- core/base/bash/PKGBUILD:1.50	Sun Nov 25 22:37:58 2007
+++ core/base/bash/PKGBUILD	Wed Nov 28 20:43:07 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.50 2007/11/26 03:37:58 dan Exp $
+# $Id: PKGBUILD,v 1.51 2007/11/29 01:43:07 dan Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=bash
 _patchlevel=025
 pkgver=3.2.$_patchlevel
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNU Bourne Again shell"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnu.org/software/bash/bash.html"
 groups=('base')
 backup=(etc/profile etc/skel/.bashrc etc/skel/.bash_profile)
-depends=('readline>=5.2')
+depends=('readline>=5.2' 'glibc')
 provides=('sh')
 source=(ftp://ftp.cwru.edu/pub/bash/bash-3.2.tar.gz
         bash-noinfo.patch
@@ -62,9 +62,6 @@
     --bindir=/bin
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  # we don't want bashbug
-  cd ${startdir}/pkg
-  rm bin/bashbug usr/man/man1/bashbug.1
 
   install -v -D -m644 ${startdir}/src/profile etc/profile
 




More information about the arch-commits mailing list