update to 12.4-systemd: lfs/readline-8.3
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
pkgname=readline
|
pkgname=readline
|
||||||
_basever=8.2
|
_basever=8.3
|
||||||
_patchlevel=13
|
#_patchlevel=13
|
||||||
pkgver=${_basever}.${_patchlevel}
|
#pkgver=${_basever}.${_patchlevel}
|
||||||
|
pkgver=${_basever}
|
||||||
pkgdesc='GNU readline library'
|
pkgdesc='GNU readline library'
|
||||||
homepage='https://tiswww.case.edu/php/chet/readline/rltop.html'
|
homepage='https://tiswww.case.edu/php/chet/readline/rltop.html'
|
||||||
license=('GPL-3.0-only')
|
license=('GPL-3.0-only')
|
||||||
sources=("${pkgname}-${pkgver}.tar.gz")
|
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||||
urls=("https://ftp.gnu.org/gnu/readline/${sources[0]}")
|
urls=("https://ftp.gnu.org/gnu/readline/${sources[0]}")
|
||||||
md5sums=("05080bf3801e6874bb115cd6700b708f")
|
md5sums=("25a73bfb2a3ad7146c5e9d4408d9f6cd")
|
||||||
|
|
||||||
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