libgpg-error: update to 1.13.
This commit is contained in:
parent
ea719b3f59
commit
fe50ef9e1c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libgpg-error'.
|
||||
pkgname=libgpg-error
|
||||
version=1.12
|
||||
version=1.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for error values used by GnuPG component"
|
||||
|
@ -8,14 +8,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gnupg.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
|
||||
checksum=cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f
|
||||
checksum=f8aba9038d8a46cefe6a6c4a7e4527144c029eb4e3ca1ed27011b962102c9b0a
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/common-lisp
|
||||
}
|
||||
|
||||
libgpg-error-devel_package() {
|
||||
depends="libgpg-error>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/gpg-error-config
|
||||
|
|
Loading…
Reference in a new issue