sequoia-sqv: fix build
rebuild because it's using a newer version of many crates
This commit is contained in:
parent
089a10840f
commit
2598e7a037
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue