mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/readline to 8.2.001-2
This commit is contained in:
parent
2ca491dd14
commit
c19fac27ae
1 changed files with 7 additions and 8 deletions
|
@ -11,7 +11,7 @@ pkgname=readline
|
||||||
_basever=8.2
|
_basever=8.2
|
||||||
_patchlevel=001
|
_patchlevel=001
|
||||||
pkgver=${_basever}.${_patchlevel}
|
pkgver=${_basever}.${_patchlevel}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='GNU readline library'
|
pkgdesc='GNU readline library'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://tiswww.case.edu/php/chet/readline/rltop.html'
|
url='https://tiswww.case.edu/php/chet/readline/rltop.html'
|
||||||
|
@ -19,9 +19,14 @@ license=('GPL')
|
||||||
backup=('etc/inputrc')
|
backup=('etc/inputrc')
|
||||||
depends=('glibc' 'ncurses' 'libncursesw.so')
|
depends=('glibc' 'ncurses' 'libncursesw.so')
|
||||||
provides=('libhistory.so' 'libreadline.so')
|
provides=('libhistory.so' 'libreadline.so')
|
||||||
options=('!emptydirs' 'debug')
|
options=('!emptydirs')
|
||||||
source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
|
source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
|
||||||
inputrc)
|
inputrc)
|
||||||
|
sha256sums=('3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35'
|
||||||
|
'SKIP'
|
||||||
|
'36e9611f935ee108d161587b0615f9c390192ef4bbff6dc59b58671261029901'
|
||||||
|
'bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7'
|
||||||
|
'SKIP')
|
||||||
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
|
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
|
||||||
|
|
||||||
if [ $_patchlevel -gt 0 ]; then
|
if [ $_patchlevel -gt 0 ]; then
|
||||||
|
@ -58,9 +63,3 @@ package() {
|
||||||
make -C $pkgname-$_basever DESTDIR="$pkgdir" install
|
make -C $pkgname-$_basever DESTDIR="$pkgdir" install
|
||||||
install -Dm644 inputrc "$pkgdir"/etc/inputrc
|
install -Dm644 inputrc "$pkgdir"/etc/inputrc
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums=('4aa1b31be779e6b84f9a96cb66bc50f6'
|
|
||||||
'SKIP'
|
|
||||||
'58d54966c1191db45973cb3191ac621a'
|
|
||||||
'b800ce35690436a995a4fadf939e53cc'
|
|
||||||
'SKIP')
|
|
||||||
|
|
Loading…
Reference in a new issue