Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/chafa/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'chafa'
pkgname=chafa
version=1.18.0
version=1.18.1
revision=1
build_style=gnu-configure
configure_args="--enable-man"
Expand All @@ -14,7 +14,7 @@ license="LGPL-3.0-or-later"
homepage="https://hpjansson.org/chafa/"
changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
checksum=cd7475441ab8042e89dad706124999dd0aa3dc64653cdc20d49338549b9fcadb
checksum=e75a9772444247a70178cdd238b522d35c613dfb6f3a3bf516457958109e9910

case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*) ;;
Expand All @@ -25,6 +25,7 @@ esac
post_install() {
vcompletion tools/completions/zsh-completion.zsh zsh
vcompletion tools/completions/fish-completion.fish fish
vcompletion tools/completions/bash-completion.sh bash
}

libchafa_package() {
Expand Down