update to 12.4-systemd: bash-5.3
This commit is contained in:
@@ -1,13 +1,17 @@
|
|||||||
pkgname=bash
|
pkgname=bash
|
||||||
_basever=5.2
|
_basever=5.3
|
||||||
_patchlevel=37
|
_patchver=0
|
||||||
pkgver=${_basever}.${_patchlevel}
|
if (( _patchver == 0 )); then
|
||||||
|
pkgver=$_basever
|
||||||
|
else
|
||||||
|
pkgver=$_basever.$_patchver
|
||||||
|
fi
|
||||||
pkgdesc='The GNU Bourne Again shell'
|
pkgdesc='The GNU Bourne Again shell'
|
||||||
license=('GPL-3.0-or-later')
|
license=('GPL-3.0-or-later')
|
||||||
url='https://www.gnu.org/software/bash'
|
url='https://www.gnu.org/software/bash'
|
||||||
sources=("${pkgname}-${pkgver}.tar.gz")
|
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||||
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
||||||
md5sums=("9c28f21ff65de72ca329c1779684a972")
|
md5sums=("977c8c0c5ae6309191e7768e28ebc951")
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
Reference in New Issue
Block a user