libassuan: update to 2.3.0.
This commit is contained in:
parent
b18553aa30
commit
c3e4908f9e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libassuan'
|
||||
pkgname=libassuan
|
||||
version=2.2.1
|
||||
version=2.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libgpg-error-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
|
@ -10,10 +10,10 @@ 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=949285bb79345362cb72a40c798defefc007031c60f2f10251720bf60a9de2de
|
||||
checksum=87c999f572047fa22a79ab5de4c8a1a5a91f292561b69573965cac7751320452
|
||||
|
||||
libassuan-devel_package() {
|
||||
depends="libgpg-error-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
|
|
Loading…
Reference in a new issue