sequoia-sq: update to 0.31.0.

This commit is contained in:
Jan Christian Grünhage 2023-07-09 10:18:47 +02:00 committed by classabbyamp
parent facc85a720
commit 60ae3372b2
2 changed files with 8 additions and 7 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'sequoia-sq'
pkgname=sequoia-sq
version=0.29.0
version=0.31.0
revision=1
build_style=cargo
_deps="nettle-devel openssl-devel"
build_helper=qemu
_deps="nettle-devel openssl-devel sqlite-devel"
hostmakedepends="pkg-config llvm clang ${_deps}"
makedepends="${_deps}"
short_desc="Command-line frontend for Sequoia, a new OpenPGP implementation"
@ -11,15 +12,15 @@ 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-sq/-/archive/v${version}/sequoia-sq-v${version}.tar.gz"
checksum=4868b45f41e04f0a0f104fd6d1fcb1c33f578c193124ed98b465167a2f6ea577
checksum=2bb62ce5fcc33a5340dae678a6628a9be992ff234141015256deb2cf45092b44
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
pre_build() {
export SQ_MAN=man-sq
post_build() {
SQ_MAN=man-sq vtargetrun ./target/${RUST_TARGET}/release/sq
}
post_install() {

View File

@ -1,2 +1,2 @@
site="https://gitlab.com/sequoia-pgp/sequoia/-/tags?format=atom"
pattern="<title>sq/v\K[\d.]+(?=</title>)"
site="https://gitlab.com/sequoia-pgp/sequoia-sq/-/tags?format=atom"
pattern="<title>v\K[\d.]+(?=</title>)"