sequoia-sqv: fix build

rebuild because it's using a newer version of many crates
This commit is contained in:
classabbyamp 2024-04-02 16:42:02 -04:00
parent 089a10840f
commit 2598e7a037
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sequoia-sqv'
pkgname=sequoia-sqv
version=1.1.0
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config llvm clang"
makedepends="nettle-devel"
@ -11,3 +11,7 @@ license="GPL-2.0-or-later"
homepage="https://gitlab.com/sequoia-pgp/sequoia-sqv"
distfiles="https://gitlab.com/sequoia-pgp/sequoia-sqv/-/archive/v${version}/sequoia-sqv-v${version}.tar.gz"
checksum=58eb8f7f803b7fee3f709821d50a78f376aa7f3dc29cfeea4863b37449de2c29
post_patch() {
cargo update --package sequoia-openpgp:1.6.0 --precise 1.19.0
}