diff --git a/srcpkgs/libassuan/template b/srcpkgs/libassuan/template index f20c369765..fcb9d79d86 100644 --- a/srcpkgs/libassuan/template +++ b/srcpkgs/libassuan/template @@ -1,6 +1,6 @@ # Template file for 'libassuan' pkgname=libassuan -version=2.4.3 +version=2.4.4 revision=1 build_style=gnu-configure configure_args="--with-libgpg-error-prefix=${XBPS_CROSS_BASE}/usr" @@ -10,7 +10,11 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.gnupg.org/related_software/libassuan" distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2" -checksum=22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71 +checksum=9e69a102272324de0bb56025779f84fd44901afcc6eac51505f6a63ea5737ca1 + +do_check() { + make check +} libassuan-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"