diff --git a/srcpkgs/libucl/template b/srcpkgs/libucl/template index e71bb9e38cd..472f1361e2b 100644 --- a/srcpkgs/libucl/template +++ b/srcpkgs/libucl/template @@ -1,19 +1,18 @@ # Template file for 'libucl' pkgname=libucl -version=0.7.1 +version=0.7.2 revision=1 build_style=gnu-configure configure_args="--enable-urls --enable-signatures" -hostmakedepends="automake libtool git pkg-config" +hostmakedepends="automake libtool pkg-config" makedepends="libcurl-devel libressl-devel" short_desc="Universal configuration library parser" maintainer="Juan RP " license="2-clause-BSD" homepage="https://github.com/vstakhov/libucl" +distfiles="https://github.com/vstakhov/libucl/archive/${version}.tar.gz" +checksum=cbfdf1f8bdca20249547d2d5ba287c4b3b0901fe9d76cee9b09d5e7b9a72e1dc -do_fetch() { - git clone -b ${version} git://github.com/vstakhov/libucl.git ${pkgname}-${version} -} pre_configure() { NOCONFIGURE=1 ./autogen.sh }