diff options
Diffstat (limited to 'abs/core/libtasn1/PKGBUILD')
-rw-r--r-- | abs/core/libtasn1/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/abs/core/libtasn1/PKGBUILD b/abs/core/libtasn1/PKGBUILD index 0942ca5..d6ca02f 100644 --- a/abs/core/libtasn1/PKGBUILD +++ b/abs/core/libtasn1/PKGBUILD @@ -4,17 +4,16 @@ # Contributor: judd <jvinet@zeroflux.org> pkgname=libtasn1 -pkgver=4.7 +pkgver=4.13 pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" -arch=('i686' 'x86_64') +arch=('x86_64') license=('GPL3' 'LGPL') -url="http://www.gnu.org/software/libtasn1/" -depends=('glibc' 'texinfo') -install=libtasn1.install -source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('12d10ca4ae0a3b95f7aa06a076da39ec' - 'SKIP') +url="https://www.gnu.org/software/libtasn1/" +depends=('glibc') +source=(https://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha256sums=('7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca' + 'SKIP') validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos Mavrogiannopoulos <nmav@gnutls.org> build() { @@ -34,4 +33,5 @@ check() { package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install + make -C doc/reference DESTDIR="${pkgdir}" install-data-local } |