* update chafa to 1.14.3-1

This commit is contained in:
Alexander Baldeck 2024-12-06 12:43:56 +01:00
parent b265d9cbc2
commit 2d1be4bd91
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -2,8 +2,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=chafa
pkgver=1.14.2
pkgrel=2.1
pkgver=1.14.3
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)
url="https://hpjansson.org/chafa/"
@ -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=('73e90cc7334ecb1caed433ddba88c5fad41081583143bab3224ebf7c27d1146cb040bf454b8d071c6278324bce169c946d53e055133181c28d0e20e74db6b261')
sha512sums=('2501e62ba16976e9d4cb2a3b8dd5af227bfa116f9b6dd8bbcc853a048061083a8610e642bd7b654793db7d162f3f1e91c3f931824c1ac2806590ecbc5f24d45b')
validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7') # Hans Petter Jansson
build() {