diff options
-rw-r--r-- | ~lukeshu/bash/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/~lukeshu/bash/PKGBUILD b/~lukeshu/bash/PKGBUILD index 553a6ad17..f2b81988c 100644 --- a/~lukeshu/bash/PKGBUILD +++ b/~lukeshu/bash/PKGBUILD @@ -7,7 +7,7 @@ pkgname=bash _basever=4.4 _patchlevel=019 pkgver=${_basever}.${_patchlevel} -pkgrel=1 +pkgrel=1.lukeshu1 pkgdesc='The GNU Bourne Again shell' arch=(x86_64) license=(GPL) @@ -31,6 +31,8 @@ if [[ $((10#${_patchlevel})) -gt 0 ]]; then done fi +source+=(bash-4.4-bgpids.patch::https://lists.gnu.org/archive/html/bug-bash/2017-03/txtkNUcEEQ4Ch.txt) + prepare() { cd $pkgname-$_basever @@ -38,6 +40,7 @@ prepare() { msg "applying patch bash${_basever//.}-$(printf "%03d" $_p)" patch -p0 -i ../bash${_basever//.}-$(printf "%03d" $_p) done + patch -p0 -i ../bash-4.4-bgpids.patch } build() { @@ -118,4 +121,5 @@ md5sums=('148888a7c95ac23705559b6f477dfe25' 'b25e3373fc8de00523116dfe151ac4e0' 'SKIP' '8f43e1d277b02f3319a34c1cd4a4ff3e' - 'SKIP') + 'SKIP' + '1457af04f7cd3c79b68a2c7930ca3002') |