libassuan: update to 2.4.4. (#9238)
This commit is contained in:
parent
aca1aca294
commit
1ced340ea0
1 changed files with 6 additions and 2 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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}"
|
||||
|
|
Loading…
Reference in a new issue