mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# Template file for 'libassuan'
|
||||||
pkgname=libassuan
|
pkgname=libassuan
|
||||||
version=2.4.3
|
version=2.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libgpg-error-prefix=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-libgpg-error-prefix=${XBPS_CROSS_BASE}/usr"
|
||||||
|
@ -10,7 +10,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gnupg.org/related_software/libassuan"
|
homepage="http://www.gnupg.org/related_software/libassuan"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71
|
checksum=9e69a102272324de0bb56025779f84fd44901afcc6eac51505f6a63ea5737ca1
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
libassuan-devel_package() {
|
libassuan-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue