diff --git a/srcpkgs/check/template b/srcpkgs/check/template index 34aa599c72c..bea875765fa 100644 --- a/srcpkgs/check/template +++ b/srcpkgs/check/template @@ -1,14 +1,14 @@ # Template build file for "check" pkgname=check -version=0.10.0 +version=0.11.0 revision=1 build_style=gnu-configure short_desc="Unit Testing Framework for C" maintainer="Jan S. " -homepage="check.sourceforge.net" -license="LGPL" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052 +license="LGPL-2.1" +homepage="https://libcheck.github.io/check/" +distfiles="https://github.com/libcheck/check/releases/download/${version}/check-${version}.tar.gz" +checksum=24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616 check-devel_package() { short_desc+=" - development files" @@ -21,3 +21,6 @@ check-devel_package() { vmove usr/share/aclocal } } + +# REMARKS: +# We want the prepared archive so we don't need texlive in hostmakedepends