Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / liblouis
Commits: 29b3619f by Antonio Rojas at 2023-12-16T20:32:19+01:00 upgpkg: 3.28.0-1: Update to 3.28.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = liblouis + pkgdesc = Braille translator and back-translator library + pkgver = 3.28.0 + pkgrel = 1 + url = https://liblouis.io/ + arch = x86_64 + license = LGPL3 + license = GPL3 + makedepends = help2man + makedepends = libyaml + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = glibc + optdepends = libyaml: lou_checkyaml command + optdepends = python: Python bindings + source = https://github.com/liblouis/liblouis/releases/download/v3.28.0/liblouis-3.28.0.tar.gz + sha256sums = 69eddef2cf2118748a1d548cab3671ba31140c37dd821a2d893d95bc2796e1b0 + +pkgname = liblouis ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=liblouis -pkgver=3.27.0 +pkgver=3.28.0 pkgrel=1 pkgdesc='Braille translator and back-translator library' arch=('x86_64') @@ -14,7 +14,7 @@ makedepends=('help2man' 'libyaml' 'python-build' 'python-installer' 'python-setu optdepends=('libyaml: lou_checkyaml command' 'python: Python bindings') source=("https://github.com/liblouis/liblouis/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('b3f1526f28612ee0297472100e3d825fcb333326c385f794f5a9072b8c29615d') +sha256sums=('69eddef2cf2118748a1d548cab3671ba31140c37dd821a2d893d95bc2796e1b0') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/29b3619f9a6a7ada8ef2bad82e76d5afa9f1d3b7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/29b3619f9a6a7ada8ef2bad82e76d5afa9f1d3b7 You're receiving this email because of your account on gitlab.archlinux.org.
