diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-19 20:49:14 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-19 20:49:14 (GMT) |
commit | 3427dd35878f59c11953b26f5cc34c3dd47f9d8c (patch) | |
tree | c74b3c01869d59699e905cc6a681af9f7cc27b57 /abs/core-testing/libtasn1/PKGBUILD | |
parent | 737efdaa86aaafa71ed5b7aadb2a143b62329f4e (diff) | |
download | linhes_pkgbuild-3427dd35878f59c11953b26f5cc34c3dd47f9d8c.zip linhes_pkgbuild-3427dd35878f59c11953b26f5cc34c3dd47f9d8c.tar.gz linhes_pkgbuild-3427dd35878f59c11953b26f5cc34c3dd47f9d8c.tar.bz2 |
gnutls,lcms,libtasn1: updated to latest arch
Diffstat (limited to 'abs/core-testing/libtasn1/PKGBUILD')
-rw-r--r-- | abs/core-testing/libtasn1/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/libtasn1/PKGBUILD b/abs/core-testing/libtasn1/PKGBUILD index a680004..f43ca76 100644 --- a/abs/core-testing/libtasn1/PKGBUILD +++ b/abs/core-testing/libtasn1/PKGBUILD @@ -4,13 +4,13 @@ pkgname=libtasn1 pkgver=2.6 -pkgrel=1 +pkgrel=3 pkgdesc="The ASN.1 library used in GNUTLS" arch=(i686 x86_64) license=('GPL3' 'LGPL') url="http://www.gnu.org/software/libtasn1/" depends=('glibc' 'texinfo') -options=('!libtool') +options=('!libtool' '!emptydirs') install=libtasn1.install source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz) md5sums=('d410671e13038324336917ceed7470a5') |