extra/nettle to 2.7.1-1

This commit is contained in:
Kevin Mihelich 2013-05-30 15:40:45 +00:00
parent b7cff359a0
commit 5736ee3ce2

View file

@ -6,8 +6,8 @@
# - disable neon, assembler
pkgname=nettle
pkgver=2.7
pkgrel=1.1
pkgver=2.7.1
pkgrel=1
pkgdesc="A low-level cryptographic library"
arch=('i686' 'x86_64')
url="http://www.lysator.liu.se/~nisse/nettle/"
@ -15,7 +15,7 @@ license=('GPL2')
install=$pkgname.install
depends=('gmp')
source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('2caa1bd667c35db71becb93c5d89737f')
md5sums=('003d5147911317931dd453520eb234a5')
build() {
cd "$srcdir/$pkgname-$pkgver"