Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
libunibreak


Commits:
e52bc287 by Sergej Pupykin at 2024-03-02T05:30:42+03:00
upgpkg: 6.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = libunibreak
+       pkgdesc = An implementation of the line breaking algorithm as described 
in Unicode 5.2.0 Standard Annex 14, Revision 24
+       pkgver = 6.0
+       pkgrel = 1
+       url = https://github.com/adah1972/libunibreak/
+       arch = x86_64
+       license = custom:zlib/libpng
+       depends = glibc
+       replaces = liblinebreak
+       source = 
libunibreak-6.0.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_6_0.tar.gz
+       sha256sums = 
09e9d2f41e1179f9cb9aec60abe768bec66290037a6d35450d2dc002d4d85dff
+
+pkgname = libunibreak


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Orivej Desh <[email protected]>
 
 pkgname=libunibreak
-pkgver=5.1
+pkgver=6.0
 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")
@@ -11,7 +11,7 @@ license=("custom:zlib/libpng")
 depends=('glibc')
 replaces=('liblinebreak')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz";)
-sha256sums=('d59878d82c84a60b592940a8e1a264f0a9714f0a9a8868b099846f780d9dc167')
+sha256sums=('09e9d2f41e1179f9cb9aec60abe768bec66290037a6d35450d2dc002d4d85dff')
 
 build() {
   cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunibreak/-/commit/e52bc2872cbf1a8cd94bbe5a047a5fe60ad714bd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunibreak/-/commit/e52bc2872cbf1a8cd94bbe5a047a5fe60ad714bd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to