diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-11 11:42:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-11 11:42:51 -0300 |
commit | 214c4f12ab4dfb21722a383924603c21698282c5 (patch) | |
tree | 9a1b5e3e6476b5180a5727865778ba8f69c0a24a /core/bash/PKGBUILD | |
parent | 5f132e10473a4d8845752a6aa16fbd8f3e432c6f (diff) | |
parent | 01b47af6474ac094ec199c7d75208874f8842d87 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/openssh/PKGBUILD
extra/gnome-python-desktop/PKGBUILD
extra/libgnome/PKGBUILD
extra/sane/PKGBUILD
libre/kernel26-libre/PKGBUILD
Diffstat (limited to 'core/bash/PKGBUILD')
-rw-r--r-- | core/bash/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD index 03b7855ea..032d2a9d1 100644 --- a/core/bash/PKGBUILD +++ b/core/bash/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 114694 2011-03-15 13:55:01Z allan $ +# $Id: PKGBUILD 123077 2011-05-08 02:14:26Z allan $ # Maintainer: Aaron Griffin <aaron@archlinux.org> # Maintainer: Allan McRae <allan@archlinux.org> pkgname=bash _basever=4.2 -_patchlevel=008 #prepare for some patches +_patchlevel=010 #prepare for some patches pkgver=$_basever.$_patchlevel pkgrel=1 pkgdesc="The GNU Bourne Again shell" @@ -82,4 +82,6 @@ md5sums=('3fb927c7c33022f1c327f14a81c0d4b0' 'e70e45de33426b38153b390be0dbbcd4' 'ce4e5c484993705b27daa151eca242c2' '88d1f96db29461767602e2546803bda7' - '24c574bf6d6a581e300823d9c1276af6') + '24c574bf6d6a581e300823d9c1276af6' + '4c5835f2fbab36c4292bb334977e5b6d' + '0a51602b535ef661ee707be6c8bdb373') |