[arch-commits] Commit in xh/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sat Sep 11 12:39:51 UTC 2021


    Date: Saturday, September 11, 2021 @ 12:39:51
  Author: orhun
Revision: 1014257

upgpkg: xh 0.12.0-2: enable native-tls feature

Modified:
  xh/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-11 10:08:39 UTC (rev 1014256)
+++ PKGBUILD	2021-09-11 12:39:51 UTC (rev 1014257)
@@ -4,7 +4,7 @@
 
 pkgname=xh
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Friendly and fast tool for sending HTTP requests"
 arch=('x86_64')
 url="https://github.com/ducaale/xh"
@@ -22,12 +22,12 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --frozen --release
+  cargo build --frozen --release --features native-tls
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --frozen
+  cargo test --frozen --features native-tls
 }
 
 package() {



More information about the arch-commits mailing list