* update liblouis to 3.32.0-2

This commit is contained in:
Alexander Baldeck 2025-01-04 13:13:56 +01:00
parent 67840b9056
commit 45fc2f7930
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = liblouis
pkgdesc = Braille translator and back-translator library
pkgver = 3.31.0
pkgver = 3.32.0
pkgrel = 2
url = https://liblouis.io/
arch = x86_64
@ -18,8 +18,8 @@ pkgbase = liblouis
depends = glibc
depends = libyaml
optdepends = python: Python bindings
source = git+https://github.com/liblouis/liblouis.git#tag=v3.31.0
source = git+https://github.com/liblouis/liblouis.git#tag=v3.32.0
validpgpkeys = E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A
b2sums = a79c01f5664fd805b21b8c0f3b962db5fb7df2cdfe54ce61d7149b267504144da25727c1628129bdd28a2f52948fe2ce0f8abb38d0476480180eeb83b5703262
b2sums = f667ca6062d5dc19a0c105ff7da41f3997b20a697bcd38aa1b713eec7739681ebb918210e6cbe30b58e0bb6a0a8b19fb5b995bb113d83876b3c6ab0171bb8eb8
pkgname = liblouis

View File

@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=liblouis
pkgver=3.31.0
pkgver=3.32.0
pkgrel=2
pkgdesc='Braille translator and back-translator library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -24,7 +24,7 @@ makedepends=(
)
optdepends=('python: Python bindings')
source=("git+https://github.com/liblouis/liblouis.git#tag=v$pkgver")
b2sums=('a79c01f5664fd805b21b8c0f3b962db5fb7df2cdfe54ce61d7149b267504144da25727c1628129bdd28a2f52948fe2ce0f8abb38d0476480180eeb83b5703262')
b2sums=(f667ca6062d5dc19a0c105ff7da41f3997b20a697bcd38aa1b713eec7739681ebb918210e6cbe30b58e0bb6a0a8b19fb5b995bb113d83876b3c6ab0171bb8eb8)
validpgpkeys=(E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A) # Christian Egli <christian.egli@sbs.ch>
prepare() {