From 57bd0102b1b32ea09d46eeba4b64b41e5a2480ae Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 16 Sep 2016 10:13:53 +0200 Subject: [PATCH] readline: update to 7.0.000. (soname bump) --- common/shlibs | 4 ++-- srcpkgs/readline/template | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index cb457087b8a..5c3be24ef8a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/readline/template b/srcpkgs/readline/template index dbb9edd26ad..74ff11bf4f5 100644 --- a/srcpkgs/readline/template +++ b/srcpkgs/readline/template @@ -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 " 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"