git » wolfssl.git » commit 92fab02

upgpkg: 5.6.3-2

author David Runge
2023-07-14 08:17:58 UTC
committer David Runge
2023-07-14 08:18:58 UTC
parent ae6df73b666492e5eec56d40f9fc309f97219629

upgpkg: 5.6.3-2

Rebuild to run tests manually, since upstream doesn't integrate with ctest ;_;
https://bugs.archlinux.org/task/79089

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4a9d9e0..32c77b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=wolfssl
 pkgver=5.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight, portable, C-language-based SSL/TLS library"
 arch=(x86_64)
 url="https://www.wolfssl.com/"
@@ -43,7 +43,7 @@ build() {
 
 check() {
   cd build
-  ctest --output-on-failure
+  ./wolfcrypt/test/testwolfcrypt
 }
 
 package() {