diff --git a/common/shlibs b/common/shlibs index e21ca55a24..1db184a9de 100644 --- a/common/shlibs +++ b/common/shlibs @@ -181,7 +181,7 @@ 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 libxfce4panel-2.0.so.4 xfce4-panel-4.12.0_1 -libgdbm.so.4 gdbm-1.10_1_1 +libgdbm.so.5 gdbm-1.14_1_1 libgdbm_compat.so.4 gdbm-1.10_1_1 libintl.so.8 gettext-libs-0.19.2_1 libgnuintl.so.8 gettext-libs-0.19.2_1 diff --git a/srcpkgs/gdbm/template b/srcpkgs/gdbm/template index 8cafe9612d..219d83d77d 100644 --- a/srcpkgs/gdbm/template +++ b/srcpkgs/gdbm/template @@ -1,15 +1,15 @@ # Template file for 'gdbm' pkgname=gdbm -version=1.13 +version=1.14.1 revision=1 build_style=gnu-configure configure_args="--enable-libgdbm-compat --disable-rpath" short_desc="GNU database routines" maintainer="Juan RP " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://www.gnu.org.ua/software/gdbm/" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz" -checksum=9d252cbd7d793f7b12bcceaddda98d257c14f4d1890d851c386c37207000a253 +checksum=cdceff00ffe014495bed3aed71c7910aa88bf29379f795abc0f46d4ee5f8bc5f if [ "$CROSS_BUILD" ]; then hostmakedepends="libtool automake gettext-devel"