sequoia-sq: update to 0.29.0.

This commit is contained in:
Jan Christian Grünhage 2023-04-08 09:27:15 +02:00 committed by Andrew Benson
parent 3eb0b8ece4
commit 4157a4fcea

View File

@ -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 <jan.christian@gruenhage.xyz>"
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() {