summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6363a2da01a0..b94723e39aab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Jan 6 08:44:32 UTC 2016
pkgbase = wolfssl
- pkgdesc = Embedded SSL Library for Applications, Devices, IoT, and the Cloud
- pkgver = 3.8.0
- pkgrel = 2
+ pkgdesc = wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.
+ pkgver = 3.9.8
+ pkgrel = 1
url = https://www.wolfssl.com/
arch = i686
arch = x86_64
license = GPL
- source = https://github.com/wolfSSL/wolfssl/archive/v3.8.0.tar.gz
- sha1sums = f4559680b2d18fd6364dee4f744f4e0ac515bb9a
+ source = https://github.com/wolfSSL/wolfssl/archive/v3.9.8.tar.gz
+ sha1sums = f196523e9ed50e5ab08d7f6b90cdad827178db2f
pkgname = wolfssl
diff --git a/PKGBUILD b/PKGBUILD
index 78593261a4fc..48be7eb25b6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Maxime Vincent <maxime.vince@gmail.com>
pkgname=wolfssl
-pkgver=3.8.0
-pkgrel=2
-pkgdesc='Embedded SSL Library for Applications, Devices, IoT, and the Cloud'
+pkgver=3.9.8
+pkgrel=1
+pkgdesc='wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.'
arch=(i686 x86_64)
license=(GPL)
url='https://www.wolfssl.com/'
source=(https://github.com/wolfSSL/wolfssl/archive/v$pkgver.tar.gz)
-sha1sums=('f4559680b2d18fd6364dee4f744f4e0ac515bb9a')
+sha1sums=('f196523e9ed50e5ab08d7f6b90cdad827178db2f')
build() {
cd $pkgname-$pkgver
@@ -24,6 +24,6 @@ build() {
package() {
cd $pkgname-$pkgver
make install DESTDIR="$pkgdir"
-
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+ libtool --finish /usr/lib
}