mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
chafa: update to 1.16.1
This commit is contained in:
parent
fa9c420cab
commit
058bc51cf6
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chafa'
|
# Template file for 'chafa'
|
||||||
pkgname=chafa
|
pkgname=chafa
|
||||||
version=1.14.4
|
version=1.16.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-man"
|
configure_args="--enable-man"
|
||||||
hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
|
hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
|
||||||
|
@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://hpjansson.org/chafa/"
|
homepage="https://hpjansson.org/chafa/"
|
||||||
changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
|
changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
|
||||||
distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
|
distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
|
||||||
checksum=d0708a63f05b79269dae862a42671e38aece47fbd4fc852904bca51a65954454
|
checksum=4a25debb71530baf0a748b15cfee6b8da6b513f696d9484987eaf410ecce1129
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*) ;;
|
x86_64*|i686*) ;;
|
||||||
|
@ -22,6 +22,7 @@ esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion tools/completions/zsh-completion.zsh zsh
|
vcompletion tools/completions/zsh-completion.zsh zsh
|
||||||
|
vcompletion tools/completions/fish-completion.fish fish
|
||||||
}
|
}
|
||||||
|
|
||||||
libchafa_package() {
|
libchafa_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue