mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/nettle to 2.7.1-1
This commit is contained in:
parent
b7cff359a0
commit
5736ee3ce2
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue