readline: update to 7.0.000. (soname bump)
This commit is contained in:
parent
08101d5066
commit
57bd0102b1
|
@ -165,8 +165,8 @@ libnl-idiag-3.so.200 libnl3-3.2.28_1
|
|||
libnl-nf-3.so.200 libnl3-3.2.1_1
|
||||
libnl-genl-3.so.200 libnl3-3.2.1_1
|
||||
libnl-cli-3.so.200 libnl3-3.2.1_1
|
||||
libreadline.so.6 readline-6.3_1
|
||||
libhistory.so.6 readline-6.3_1
|
||||
libreadline.so.7 readline-7.0_1
|
||||
libhistory.so.7 readline-7.0_1
|
||||
libxfconf-0.so.2 xfconf-4.9.1_1
|
||||
libxfce4util.so.7 libxfce4util-4.12.1_1
|
||||
libxfce4panel-1.0.so.4 xfce4-panel-4.9.2_1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'readline'.
|
||||
pkgname=readline
|
||||
_dist_ver=6.3
|
||||
_patch_ver=008
|
||||
_dist_ver=7.0
|
||||
_patch_ver=000
|
||||
version=${_dist_ver}.${_patch_ver}
|
||||
revision=4
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_dist_ver}
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curses --enable-multibyte"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||
license="GPL-3"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_dist_ver}.tar.gz"
|
||||
checksum=56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43
|
||||
checksum=750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334
|
||||
|
||||
pre_configure() {
|
||||
local url="${GNU_SITE}/$pkgname/$pkgname-${_dist_ver}-patches"
|
||||
|
|
Loading…
Reference in New Issue