mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
sequoia-chameleon-gnupg: update to 0.12.0.
This commit is contained in:
parent
bf84c136cf
commit
beb5b47bd9
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sequoia-chameleon-gnupg'
|
||||
pkgname=sequoia-chameleon-gnupg
|
||||
version=0.11.2
|
||||
version=0.12.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config llvm clang"
|
||||
|
@ -12,7 +12,14 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg"
|
||||
changelog="https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/raw/main/NEWS"
|
||||
distfiles="https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/archive/v${version}/sequoia-chameleon-gnupg-v${version}.tar.gz"
|
||||
checksum=e254146d42facc704bd68c33fec174f15edf6921dd1bc578b37c93ae61c99781
|
||||
checksum=d7b496eaf3e5d80806711521ddbf6636f45126f77a758ef566c120437422dfe9
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*)
|
||||
# rustc-LLVM ERROR: out of memory
|
||||
export CARGO_PROFILE_RELEASE_LTO=false
|
||||
;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
export ASSET_OUT_DIR=assets
|
||||
|
|
Loading…
Add table
Reference in a new issue