core/readline to 8.2.001-2

This commit is contained in:
Kevin Mihelich 2023-01-26 16:49:02 +00:00
parent 2ca491dd14
commit c19fac27ae

View file

@ -11,7 +11,7 @@ pkgname=readline
_basever=8.2
_patchlevel=001
pkgver=${_basever}.${_patchlevel}
pkgrel=1
pkgrel=2
pkgdesc='GNU readline library'
arch=('x86_64')
url='https://tiswww.case.edu/php/chet/readline/rltop.html'
@ -19,9 +19,14 @@ license=('GPL')
backup=('etc/inputrc')
depends=('glibc' 'ncurses' 'libncursesw.so')
provides=('libhistory.so' 'libreadline.so')
options=('!emptydirs' 'debug')
options=('!emptydirs')
source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
inputrc)
sha256sums=('3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35'
'SKIP'
'36e9611f935ee108d161587b0615f9c390192ef4bbff6dc59b58671261029901'
'bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7'
'SKIP')
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
if [ $_patchlevel -gt 0 ]; then
@ -58,9 +63,3 @@ package() {
make -C $pkgname-$_basever DESTDIR="$pkgdir" install
install -Dm644 inputrc "$pkgdir"/etc/inputrc
}
md5sums=('4aa1b31be779e6b84f9a96cb66bc50f6'
'SKIP'
'58d54966c1191db45973cb3191ac621a'
'b800ce35690436a995a4fadf939e53cc'
'SKIP')