* update chafa to 1.14.5-1

This commit is contained in:
Alexander Baldeck 2025-01-02 15:45:50 +01:00
parent 90469f5920
commit 0f50c1802a
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = chafa
pkgdesc = Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc.
pkgver = 1.14.3
pkgver = 1.14.5
pkgrel = 1
url = https://hpjansson.org/chafa/
arch = x86_64
@ -17,8 +17,8 @@ pkgbase = chafa
depends = libwebp
depends = libxslt
provides = libchafa.so
source = git+https://github.com/hpjansson/chafa.git#tag=1.14.3?signed
source = git+https://github.com/hpjansson/chafa.git#tag=1.14.5?signed
validpgpkeys = C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7
sha512sums = 2501e62ba16976e9d4cb2a3b8dd5af227bfa116f9b6dd8bbcc853a048061083a8610e642bd7b654793db7d162f3f1e91c3f931824c1ac2806590ecbc5f24d45b
sha512sums = 2a8372cddf0063699e6a34f22fe5d2573e941179e005b29067b1722dcb8474958cbf540041150f545faec9c9ee4a0b78331e2f95a83dc47c3490ed655a41551b
pkgname = chafa

View File

@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=chafa
pkgver=1.14.3
pkgver=1.14.5
pkgrel=1
pkgdesc="Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc."
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -12,7 +12,7 @@ makedepends=('git' 'gtk-doc')
provides=('libchafa.so')
license=("LGPL-3.0-or-later")
source=(git+https://github.com/hpjansson/chafa.git#tag=$pkgver?signed)
sha512sums=('2501e62ba16976e9d4cb2a3b8dd5af227bfa116f9b6dd8bbcc853a048061083a8610e642bd7b654793db7d162f3f1e91c3f931824c1ac2806590ecbc5f24d45b')
sha512sums=('2a8372cddf0063699e6a34f22fe5d2573e941179e005b29067b1722dcb8474958cbf540041150f545faec9c9ee4a0b78331e2f95a83dc47c3490ed655a41551b')
validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7') # Hans Petter Jansson
build() {