mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/readline to 8.0.0-1
This commit is contained in:
parent
e751da4108
commit
c963908f75
1 changed files with 4 additions and 15 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Contributor: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
@ -8,8 +7,8 @@
|
|||
# - fixed with a sed.
|
||||
|
||||
pkgname=readline
|
||||
_basever=7.0
|
||||
_patchlevel=005
|
||||
_basever=8.0
|
||||
_patchlevel=0
|
||||
pkgver=${_basever}.${_patchlevel}
|
||||
pkgrel=1
|
||||
pkgdesc='GNU readline library'
|
||||
|
@ -59,16 +58,6 @@ package() {
|
|||
install -Dm644 inputrc "$pkgdir"/etc/inputrc
|
||||
}
|
||||
|
||||
md5sums=('205b03a87fc83dab653b628c59b9fc91'
|
||||
md5sums=('7e6c1f16aee3244a69aba6e438295ca3'
|
||||
'SKIP'
|
||||
'58d54966c1191db45973cb3191ac621a'
|
||||
'e299384458a4cbefaaac3f30e9cc2bba'
|
||||
'SKIP'
|
||||
'f9071a353e2fd52a91d32667b23715d6'
|
||||
'SKIP'
|
||||
'03595464cf0283286a6e07f4f01c4a70'
|
||||
'SKIP'
|
||||
'80e29bef54e2164bf9ecca0c8932cf23'
|
||||
'SKIP'
|
||||
'2146e694e0f1f67b025790879111c6cb'
|
||||
'SKIP')
|
||||
'58d54966c1191db45973cb3191ac621a')
|
||||
|
|
Loading…
Reference in a new issue