Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / chafa
Commits:
42629a72 by Felix Yan at 2026-03-04T01:33:47+08:00
upgpkg: 1.18.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = chafa
pkgdesc = Image-to-text converter supporting a wide range of symbols
and palettes, transparency, animations, etc.
- pkgver = 1.18.0
+ pkgver = 1.18.1
pkgrel = 1
url = https://hpjansson.org/chafa/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = chafa
depends = libwebp
depends = libxslt
provides = libchafa.so
- source = git+https://github.com/hpjansson/chafa.git#tag=1.18.0?signed
+ source = git+https://github.com/hpjansson/chafa.git#tag=1.18.1?signed
validpgpkeys = C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7
- sha512sums =
4f3fb77e4d62857fe7769146e2df882a5a9b538c99ff0897979643b6abd6c6ea5c7d56a7a56e369efcad27eef0aa233da9d5eb25ab69969e6f473da4b6154f85
+ sha512sums =
c121c46bf53a1ec8f881f0bb7fe0280a3acf6cefa11d16021238cbd1230f92b4aab9ea55526b76847f9003b5ebdd6b8cb696466e0482920237116c9b0c467bfe
pkgname = chafa
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=chafa
-pkgver=1.18.0
+pkgver=1.18.1
pkgrel=1
pkgdesc="Image-to-text converter supporting a wide range of symbols and
palettes, transparency, animations, etc."
arch=("x86_64")
@@ -11,7 +11,7 @@ depends=('libavif' 'libheif' 'libjxl' 'librsvg' 'libwebp'
'libxslt')
makedepends=('git' 'gtk-doc')
provides=('libchafa.so')
source=(git+https://github.com/hpjansson/chafa.git#tag=$pkgver?signed)
-sha512sums=('4f3fb77e4d62857fe7769146e2df882a5a9b538c99ff0897979643b6abd6c6ea5c7d56a7a56e369efcad27eef0aa233da9d5eb25ab69969e6f473da4b6154f85')
+sha512sums=('c121c46bf53a1ec8f881f0bb7fe0280a3acf6cefa11d16021238cbd1230f92b4aab9ea55526b76847f9003b5ebdd6b8cb696466e0482920237116c9b0c467bfe')
validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7') # Hans Petter
Jansson
build() {
@@ -23,5 +23,5 @@ build() {
package() {
cd $pkgname
make DESTDIR="$pkgdir" install
- make -C tools/completions PREFIX="$pkgdir"/usr/share install-zsh-completion
install-fish-completion
+ make -C tools/completions PREFIX="$pkgdir"/usr/share install-zsh-completion
install-fish-completion install-bash-completion
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chafa/-/commit/42629a7206b7d645fef91521a774f71290cb8729
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chafa/-/commit/42629a7206b7d645fef91521a774f71290cb8729
You're receiving this email because of your account on gitlab.archlinux.org.