* update libraqm to 0.10.2-1

This commit is contained in:
Alexander Baldeck 2024-10-28 09:32:48 +01:00
parent 20ff3c5190
commit ee721dd77a
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libraqm pkgbase = libraqm
pkgdesc = A library that encapsulates the logic for complex text layout pkgdesc = A library that encapsulates the logic for complex text layout
pkgver = 0.10.1 pkgver = 0.10.2
pkgrel = 2.1 pkgrel = 1
url = https://github.com/HOST-Oman/libraqm/ url = https://github.com/HOST-Oman/libraqm/
arch = x86_64 arch = x86_64
arch = powerpc64le arch = powerpc64le
@ -16,7 +16,7 @@ pkgbase = libraqm
depends = fribidi depends = fribidi
depends = glibc depends = glibc
depends = harfbuzz depends = harfbuzz
source = git+https://github.com/HOST-Oman/libraqm#tag=v0.10.1 source = git+https://github.com/HOST-Oman/libraqm#tag=v0.10.2
sha256sums = 3ffc828da549a7f77216236c6d9bfdb9c21cbd151adbf5dac54fa8480d9f7b03 sha256sums = 0f658897cf44d23181e3dd4f07f12bb49a8b98658ce7778a3d6a6b9a4c4abbec
pkgname = libraqm pkgname = libraqm

View File

@ -1,9 +1,10 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: # Maintainer:
# Contributor: Daniel Bermond < yahoo-com: danielbermond > # Contributor: Daniel Bermond < yahoo-com: danielbermond >
pkgname=libraqm pkgname=libraqm
pkgver=0.10.1 pkgver=0.10.2
pkgrel=2.1 pkgrel=1
pkgdesc='A library that encapsulates the logic for complex text layout' pkgdesc='A library that encapsulates the logic for complex text layout'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/HOST-Oman/libraqm/' url='https://github.com/HOST-Oman/libraqm/'
@ -16,7 +17,7 @@ makedepends=(git
gtk-doc gtk-doc
meson) meson)
source=(git+https://github.com/HOST-Oman/libraqm#tag=v$pkgver) source=(git+https://github.com/HOST-Oman/libraqm#tag=v$pkgver)
sha256sums=('3ffc828da549a7f77216236c6d9bfdb9c21cbd151adbf5dac54fa8480d9f7b03') sha256sums=('0f658897cf44d23181e3dd4f07f12bb49a8b98658ce7778a3d6a6b9a4c4abbec')
build() { build() {
meson build libraqm \ meson build libraqm \