libgpg-error: update to 1.33.
This commit is contained in:
parent
9dc7fbf272
commit
3e5943d751
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'libgpg-error'
|
||||
pkgname=libgpg-error
|
||||
version=1.32
|
||||
revision=2
|
||||
version=1.33
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for error values used by GnuPG component"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||
homepage="https://www.gnupg.org"
|
||||
distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=c345c5e73cc2332f8d50db84a2280abfb1d8f6d4f1858b9daa30404db44540ca
|
||||
checksum=5d38826656e746c936e7742d9cde072b50baa3c4c49daa168a56813612bf03ff
|
||||
|
||||
post_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -28,6 +28,7 @@ libgpg-error-devel_package() {
|
|||
vmove usr/bin/gpgrt-config
|
||||
vmove usr/bin/gpg-error-config
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/aclocal
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue