summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 485058738f0e..23c43d3a77a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-nettle
pkgdesc = A low-level cryptographic library (mingw-w64)
- pkgver = 2.7.1
- pkgrel = 5
+ pkgver = 3.1.1
+ pkgrel = 1
url = http://www.lysator.liu.se/~nisse/nettle
arch = any
license = LGPL
@@ -12,10 +12,10 @@ pkgbase = mingw-w64-nettle
options = staticlibs
options = !strip
options = !buildflags
- source = http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz
+ source = http://www.lysator.liu.se/~nisse/archive/nettle-3.1.1.tar.gz
source = nettle-2.7.1-remove-ecc-testsuite.patch
source = nettle-2.7.1-tmpalloc.patch
- md5sums = 003d5147911317931dd453520eb234a5
+ md5sums = b40fa88dc32f37a182b6b42092ebb144
md5sums = f3b10a962dae1dbff215adc26a522625
md5sums = f40dd21708f3b885d948dd573012b39a
diff --git a/PKGBUILD b/PKGBUILD
index ee712942c1b0..d119c10751b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-nettle
-pkgver=2.7.1
-pkgrel=5
+pkgver=3.1.1
+pkgrel=1
pkgdesc="A low-level cryptographic library (mingw-w64)"
arch=(any)
url="http://www.lysator.liu.se/~nisse/nettle"
@@ -11,18 +11,17 @@ options=(staticlibs !strip !buildflags)
source=("http://www.lysator.liu.se/~nisse/archive/nettle-$pkgver.tar.gz"
"nettle-2.7.1-remove-ecc-testsuite.patch"
"nettle-2.7.1-tmpalloc.patch")
-md5sums=('003d5147911317931dd453520eb234a5'
+md5sums=('b40fa88dc32f37a182b6b42092ebb144'
'f3b10a962dae1dbff215adc26a522625'
'f40dd21708f3b885d948dd573012b39a')
-
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "$srcdir/nettle-$pkgver"
- sed 's/ecc-192.c//g' -i Makefile.in
- sed 's/ecc-224.c//g' -i Makefile.in
- patch -p1 -i ../nettle-2.7.1-remove-ecc-testsuite.patch
- patch -p1 -i ../nettle-2.7.1-tmpalloc.patch
+ #sed 's/ecc-192.c//g' -i Makefile.in
+ #sed 's/ecc-224.c//g' -i Makefile.in
+ #patch -p1 -i ../nettle-2.7.1-remove-ecc-testsuite.patch
+ #patch -p1 -i ../nettle-2.7.1-tmpalloc.patch
}
build() {