summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximevince2015-12-08 16:35:23 +0100
committermaximevince2015-12-08 16:35:23 +0100
commit9e9cf0ad6bc514cec53e574035c01a3e974a0e25 (patch)
tree9eaf9772d9b30b26a850c499afdcd3cb8d9a43d9
parentd1f82c1d51e7b8a42b249b24179b49d1e13314eb (diff)
downloadaur-9e9cf0ad6bc514cec53e574035c01a3e974a0e25.tar.gz
Update maintainer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c2d24c4c575..f65f896c8964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 10:24:37 UTC 2015
+# Tue Dec 8 15:34:31 UTC 2015
pkgbase = wolfssl
pkgdesc = Embedded SSL Library for Applications, Devices, IoT, and the Cloud
pkgver = 3.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.wolfssl.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c91092d6f735..baa862b16ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
+# Maintainer: Maxime Vincent <maxime.vince@gmail.com>
pkgname=wolfssl
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Embedded SSL Library for Applications, Devices, IoT, and the Cloud'
arch=(i686 x86_64)
license=(GPL)
@@ -17,8 +17,7 @@ build() {
--disable-fasthugemath --disable-bump \
--enable-opensslextra --enable-fortress \
--enable-keygen --enable-certgen \
- --disable-debug --disable-ecc \
- --disable-ntru --disable-examples
+ --disable-debug --disable-ntru --disable-examples
make
}