* update libunibreak to 6.1-1

This commit is contained in:
Alexander Baldeck 2024-04-09 19:40:44 +02:00
parent ad834e6d37
commit 57c9285b5a

View File

@ -3,16 +3,16 @@
# Contributor: Orivej Desh <smpuj@bk.ru>
pkgname=libunibreak
pkgver=5.1
pkgver=6.1
pkgrel=1
pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/adah1972/libunibreak/"
license=("custom:zlib/libpng")
depends=()
depends=('glibc')
replaces=('liblinebreak')
source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
sha256sums=('d59878d82c84a60b592940a8e1a264f0a9714f0a9a8868b099846f780d9dc167')
sha256sums=('890674996168ef5ba143d80d49ab8b61594a4eb70198dcac76caf6e1bd264a41')
build() {
cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"