diff --git a/srcpkgs/jansson/template b/srcpkgs/jansson/template index a3c2a171822..1643a6f99b1 100644 --- a/srcpkgs/jansson/template +++ b/srcpkgs/jansson/template @@ -1,14 +1,20 @@ # Template file for 'jansson' pkgname=jansson -version=2.12 +version=2.13.1 revision=1 build_style=gnu-configure +hostmakedepends="autoconf automake libtool" short_desc="Library for encoding, decoding and manipulating JSON data" maintainer="Orphaned " license="MIT" -homepage="http://www.digip.org/jansson/" -distfiles="http://www.digip.org/jansson/releases/jansson-${version}.tar.bz2" -checksum=645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2 +homepage="https://www.digip.org/jansson/" +changelog="https://github.com/akheron/jansson/raw/master/CHANGES" +distfiles="https://github.com/akheron/jansson/archive/v${version}.tar.gz" +checksum=f22901582138e3203959c9257cf83eba9929ac41d7be4a42557213a22ebcc7a0 + +pre_configure() { + autoreconf -vfi +} post_install() { vlicense LICENSE