summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caf1ea9c4d03..d2c1436476ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=wolfssl
pkgname=${_pkgname}-git
-pkgver=20160319.52215b3
-pkgrel=1
+pkgver=20170824.73b8be8f
+pkgrel=2
pkgdesc='A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. (formerly CyaSSL) '
arch=(i686 x86_64)
license=(GPL)
@@ -23,7 +23,7 @@ build() {
--disable-fasthugemath --disable-bump \
--enable-opensslextra --enable-fortress \
--enable-keygen --enable-certgen \
- --disable-debug --disable-ntru --disable-examples
+ --disable-debug --disable-ntru --disable-examples --enable-distro
make
}