diff --git a/common/shlibs b/common/shlibs index a070d2eb7ba..0b2be4716f3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1763,7 +1763,7 @@ libawt_xawt.so openjdk-jre-8u20_1 libjava.so openjdk-jre-8u20_1 libjli.so openjdk-jre-8u20_1 libjvm.so openjdk-jre-8u20_1 -libucl.so.6 libucl-0.8.0_1 +libucl.so.5 libucl-0.8.1_1 libhandle.so.1 xfsprogs-3.2.1_1 libnfnetlink.so.0 libnfnetlink-1.0.1_1 libnetfilter_log.so.1 libnetfilter_log-1.0.1_1 diff --git a/srcpkgs/libucl/template b/srcpkgs/libucl/template index e2d0c39baae..a484c87fa78 100644 --- a/srcpkgs/libucl/template +++ b/srcpkgs/libucl/template @@ -1,21 +1,22 @@ # Template file for 'libucl' pkgname=libucl -version=0.8.0 -revision=5 +version=0.8.1 +revision=1 build_style=gnu-configure configure_args="--enable-urls --enable-signatures" hostmakedepends="automake libtool pkg-config" -makedepends="libcurl-devel libressl-devel" +makedepends="libcurl-devel" short_desc="Universal configuration library parser" maintainer="Juan RP " -license="2-clause-BSD" +license="BSD-2-Clause" homepage="https://github.com/vstakhov/libucl" distfiles="https://github.com/vstakhov/libucl/archive/${version}.tar.gz" -checksum=af361cd1f0b7b66c228a1c04a662ccaa9ee8af79842046c04446d915db349ee1 +checksum=a6397e179672f0e8171a0f9a2cfc37e01432b357fd748b13f4394436689d24ef pre_configure() { NOCONFIGURE=1 ./autogen.sh } + post_install() { vlicense COPYING LICENSE }