summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Vincent2017-08-24 18:57:37 +0200
committerMaxime Vincent2017-08-24 18:57:37 +0200
commitde58df6060a5ad0aaa69c2e85a4e1a650bbc1abd (patch)
tree77f8504daa19dae57f14e27baebe489aa6e06872
parent44b825170f3d210f3451a32a668378195d802118 (diff)
downloadaur-wolfssl-git.tar.gz
Use new configure option --enable-distro
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0d95b1185bf..ca65b108f087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wolfssl-git
pkgdesc = A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. (formerly CyaSSL)
- pkgver = 20160319.52215b3
- pkgrel = 1
+ pkgver = 20170824.73b8be8f
+ pkgrel = 2
url = https://www.wolfssl.com/
arch = i686
arch = x86_64
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
}