diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-21 00:21:21 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-21 00:21:21 -0300 |
commit | 116249b42ef84d8917a2c8593f7e6b0d3500722e (patch) | |
tree | cd565bc54690330bce0bfd9fe793c7c3663904a6 /extra/libtasn1/PKGBUILD | |
parent | fcd3ae0df41ddf3667e1c91ce48d31ef6d32e6cb (diff) | |
parent | a3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/virtualbox-modules/PKGBUILD
community-testing/virtualbox-modules/virtualbox-archlinux-modules.install
community-testing/virtualbox-modules/virtualbox-modules.install
community/ircii-pana/PKGBUILD
extra/nasm/PKGBUILD
extra/vlc/PKGBUILD
gnome-unstable/baobab/PKGBUILD
gnome-unstable/clutter/PKGBUILD
gnome-unstable/dconf/PKGBUILD
gnome-unstable/evince/PKGBUILD
gnome-unstable/evolution-data-server/PKGBUILD
gnome-unstable/evolution/PKGBUILD
gnome-unstable/evolution/evolution.install
gnome-unstable/gcr/PKGBUILD
gnome-unstable/glib2/PKGBUILD
gnome-unstable/gnome-control-center/PKGBUILD
gnome-unstable/gnome-control-center/gnome-control-center.install
gnome-unstable/gnome-desktop/PKGBUILD
gnome-unstable/gnome-font-viewer/PKGBUILD
gnome-unstable/gnome-keyring/PKGBUILD
gnome-unstable/gnome-online-accounts/PKGBUILD
gnome-unstable/gnome-panel/PKGBUILD
gnome-unstable/gnome-power-manager/PKGBUILD
gnome-unstable/gnome-power-manager/gnome-power-manager.install
gnome-unstable/gnome-screenshot/PKGBUILD
gnome-unstable/gnome-session/PKGBUILD
gnome-unstable/gnome-settings-daemon/PKGBUILD
gnome-unstable/gnome-settings-daemon/gnome-settings-daemon.install
gnome-unstable/gnome-system-log/PKGBUILD
gnome-unstable/gtkhtml4/PKGBUILD
gnome-unstable/gvfs/PKGBUILD
gnome-unstable/libgnome-keyring/PKGBUILD
gnome-unstable/libgxps/PKGBUILD
gnome-unstable/network-manager-applet/PKGBUILD
gnome-unstable/networkmanager/PKGBUILD
gnome-unstable/pygobject/PKGBUILD
gnome-unstable/seahorse/PKGBUILD
gnome-unstable/telepathy-glib/PKGBUILD
gnome-unstable/vte3/PKGBUILD
gnome-unstable/yelp/PKGBUILD
gnome-unstable/yelp/yelp.install
testing/kmod/PKGBUILD
testing/kmod/depmod-search.conf
testing/lirc/PKGBUILD
testing/lirc/lirc.install
testing/openssh/PKGBUILD
testing/xf86-video-neomagic/PKGBUILD
~fauno/notmuch/PKGBUILD
Diffstat (limited to 'extra/libtasn1/PKGBUILD')
-rw-r--r-- | extra/libtasn1/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/libtasn1/PKGBUILD b/extra/libtasn1/PKGBUILD index 2c168e6c1..097a7b584 100644 --- a/extra/libtasn1/PKGBUILD +++ b/extra/libtasn1/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151276 2012-02-25 10:48:25Z allan $ +# $Id: PKGBUILD 153833 2012-03-19 19:50:28Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=libtasn1 -pkgver=2.9 -pkgrel=2 +pkgver=2.12 +pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=('i686' 'x86_64' 'mips64el') license=('GPL3' 'LGPL') @@ -12,8 +12,9 @@ url="http://www.gnu.org/software/libtasn1/" depends=('glibc' 'texinfo') options=('!libtool') install=libtasn1.install -source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz) -md5sums=('f4f4035b84550100ffeb8ad4b261dea9') +source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('b73539aee5444efb5e606b94bdf3ec5bfedb8620' + 'c260eae1003b4195b3a1065252b69e95ae482661') build() { cd "${srcdir}/${pkgname}-${pkgver}" |