Date: Sunday, March 14, 2021 @ 14:08:16 Author: svenstaro Revision: 891080
upgpkg: websocat 1.7.0-2: Make sure that ssl actually stays active Running the tests after the build with a different feature set will override the final binary with the test configuration one. Modified: websocat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-14 14:01:46 UTC (rev 891079) +++ PKGBUILD 2021-03-14 14:08:16 UTC (rev 891080) @@ -4,7 +4,7 @@ pkgname=websocat pkgver=1.7.0 -pkgrel=1 +pkgrel=2 pkgdesc='Command-line client for web sockets, like netcat/curl/socat for ws://' url='https://github.com/vi/websocat/' arch=('x86_64') @@ -22,7 +22,7 @@ check() { cd "${pkgname}-${pkgver}" - cargo test --release --locked + cargo test --release --locked --features=ssl } package() {
