diff options
Diffstat (limited to 'core/readline/PKGBUILD')
-rw-r--r-- | core/readline/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/core/readline/PKGBUILD b/core/readline/PKGBUILD index 4e23bbbe4..41b69608b 100644 --- a/core/readline/PKGBUILD +++ b/core/readline/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 209916 2014-04-08 15:23:41Z anatolik $ +# $Id: PKGBUILD 211714 2014-04-23 18:51:17Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=readline _basever=6.3 -_patchlevel=003 +_patchlevel=005 pkgver=$_basever.$_patchlevel -pkgrel=2 +pkgrel=1 pkgdesc='GNU readline library' arch=('i686' 'x86_64') url='http://tiswww.case.edu/php/chet/readline/rltop.html' @@ -59,4 +59,8 @@ md5sums=('33c8fb279e981274f485fd91da77e94a' '700295212f7e2978577feaee584afddb' 'SKIP' 'af4963862f5156fbf9111c2c6fa86ed7' + 'SKIP' + '11f9def89803a5052db3ba72394ce14f' + 'SKIP' + '93721c31cd225393f80cb3aadb165544' 'SKIP') |