diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 76e1b0e8471..6274068b2d2 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -18,7 +18,7 @@ homepage="https://www.gnu.org/software/bash/bash.html" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz" _url="${GNU_SITE}/bash/bash-${_bash_distver}-patches" -for _p in $(seq -w 001 ${_bash_patchlevel}); do +for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do distfiles+=" ${_url}/${_patchprefix}-${_p}" skip_extraction+=" ${_patchprefix}-${_p}" done