summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b79f0bac4f3..a0eb7c7367f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,17 @@
-# Generated by mksrcinfo v8
-# Sat Jun 9 07:39:53 UTC 2018
pkgbase = mingw-w64-nettle
pkgdesc = A low-level cryptographic library (mingw-w64)
- pkgver = 3.4
+ pkgver = 3.4.1
pkgrel = 1
url = http://www.lysator.liu.se/~nisse/nettle
arch = any
- license = LGPL
+ license = GPL2
makedepends = mingw-w64-configure
- depends = mingw-w64-crt
depends = mingw-w64-gmp
- depends = mingw-w64-openssl
options = staticlibs
options = !strip
options = !buildflags
- source = http://www.lysator.liu.se/~nisse/archive/nettle-3.4.tar.gz
- sha256sums = ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94
+ source = http://www.lysator.liu.se/~nisse/archive/nettle-3.4.1.tar.gz
+ sha256sums = f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad
pkgname = mingw-w64-nettle
diff --git a/PKGBUILD b/PKGBUILD
index e2ae5db41467..77e1022535c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=mingw-w64-nettle
-pkgver=3.4
+pkgver=3.4.1
pkgrel=1
pkgdesc="A low-level cryptographic library (mingw-w64)"
arch=(any)
url="http://www.lysator.liu.se/~nisse/nettle"
-license=("LGPL")
-makedepends=(mingw-w64-configure)
-depends=(mingw-w64-crt mingw-w64-gmp mingw-w64-openssl)
-options=(staticlibs !strip !buildflags)
+license=("GPL2")
+makedepends=('mingw-w64-configure')
+depends=('mingw-w64-gmp')
+options=('staticlibs' '!strip' '!buildflags')
source=("http://www.lysator.liu.se/~nisse/archive/nettle-$pkgver.tar.gz")
-sha256sums=('ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94')
+sha256sums=('f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"