From 2e89d8d82d7ab7cbd1ef413b5ed02cff036a045f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 8 Apr 2023 09:27:15 +0200 Subject: [PATCH] sequoia-sq: update to 0.29.0. --- srcpkgs/sequoia-sq/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/sequoia-sq/template b/srcpkgs/sequoia-sq/template index 0fc2df598a7d..046de7e58b97 100644 --- a/srcpkgs/sequoia-sq/template +++ b/srcpkgs/sequoia-sq/template @@ -1,8 +1,7 @@ # Template file for 'sequoia-sq' pkgname=sequoia-sq -version=0.28.0 +version=0.29.0 revision=1 -build_wrksrc="sq" build_style=cargo _deps="nettle-devel openssl-devel" hostmakedepends="pkg-config llvm clang ${_deps}" @@ -11,16 +10,16 @@ short_desc="Command-line frontend for Sequoia, a new OpenPGP implementation" maintainer="Jan Christian Grünhage " license="GPL-2.0-or-later" homepage="https://sequoia-pgp.org/projects/#sq" -distfiles="https://gitlab.com/sequoia-pgp/sequoia/-/archive/sq/v${version}/sequoia-sq-v${version}.tar.gz" -checksum=3bb5acd77dfd7aa6b8e70eb2121bfbd30ed20668b094ac4e9c21eeb3e57c78e7 +distfiles="https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v${version}/sequoia-sq-v${version}.tar.gz" +checksum=4868b45f41e04f0a0f104fd6d1fcb1c33f578c193124ed98b465167a2f6ea577 conflicts="squirrel" case "$XBPS_TARGET_MACHINE" in armv*l) nocross="Requires C libs included in build.rs, which is currently broken in xbps-src. These failures only manifest on a hf archs right now";; esac -post_patch() { - vsed -e "/-Dwarnings/d" -i "${wrksrc}/.cargo/config.toml" +pre_build() { + export SQ_MAN=man-sq } post_install() {