mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sequoia-sq: update to 0.28.0.
This commit is contained in:
parent
2624d77b17
commit
4858a77812
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sequoia-sq'
|
# Template file for 'sequoia-sq'
|
||||||
pkgname=sequoia-sq
|
pkgname=sequoia-sq
|
||||||
version=0.27.0
|
version=0.28.0
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="sq"
|
build_wrksrc="sq"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://sequoia-pgp.org/projects/#sq"
|
homepage="https://sequoia-pgp.org/projects/#sq"
|
||||||
distfiles="https://gitlab.com/sequoia-pgp/sequoia/-/archive/sq/v${version}/sequoia-sq-v${version}.tar.gz"
|
distfiles="https://gitlab.com/sequoia-pgp/sequoia/-/archive/sq/v${version}/sequoia-sq-v${version}.tar.gz"
|
||||||
checksum=e943528be6af2b14c5b9d3a011335233d985ee69f43700d29d99908359f8c345
|
checksum=3bb5acd77dfd7aa6b8e70eb2121bfbd30ed20668b094ac4e9c21eeb3e57c78e7
|
||||||
conflicts="squirrel"
|
conflicts="squirrel"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -24,7 +24,7 @@ post_patch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for page in man-sq-autocrypt/*; do
|
for page in man-sq/*; do
|
||||||
vman ${page}
|
vman ${page}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue