mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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
|
# - disable neon, assembler
|
||||||
|
|
||||||
pkgname=nettle
|
pkgname=nettle
|
||||||
pkgver=2.7
|
pkgver=2.7.1
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc="A low-level cryptographic library"
|
pkgdesc="A low-level cryptographic library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.lysator.liu.se/~nisse/nettle/"
|
url="http://www.lysator.liu.se/~nisse/nettle/"
|
||||||
|
@ -15,7 +15,7 @@ license=('GPL2')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
depends=('gmp')
|
depends=('gmp')
|
||||||
source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
|
source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('2caa1bd667c35db71becb93c5d89737f')
|
md5sums=('003d5147911317931dd453520eb234a5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue