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

Frederik Schwan freswa at gemini.archlinux.org
Wed Mar 2 15:59:19 UTC 2022


    Date: Wednesday, March 2, 2022 @ 15:59:19
  Author: freswa
Revision: 1139618

upgpkg: sequoia-sq 0.26.0-1

net feature is now mandatory

Modified:
  sequoia-sq/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 15:50:48 UTC (rev 1139617)
+++ PKGBUILD	2022-03-02 15:59:19 UTC (rev 1139618)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=sequoia-sq
-pkgver=0.25.0
-pkgrel=2
+pkgver=0.26.0
+pkgrel=1
 pkgdesc='Command-line frontends for Sequoia'
 url='https://sequoia-pgp.org/'
 arch=('x86_64')
@@ -29,12 +29,12 @@
 build() {
   cd sequoia/sq
   export CARGO_TARGET_DIR=../target
-  cargo build --release --locked --features 'crypto-nettle compression net autocrypt'
+  cargo build --release --locked --features 'crypto-nettle compression-bzip2 autocrypt'
 }
 
 check() {
   cd sequoia/sq
-  cargo test --release --locked --features 'crypto-nettle compression net autocrypt'
+  cargo test --release --locked --features 'crypto-nettle compression-bzip2 autocrypt'
 }
 
 package() {



More information about the arch-commits mailing list