* update libraqm to 0.10.2-1
This commit is contained in:
parent
20ff3c5190
commit
ee721dd77a
@ -1,7 +1,7 @@
|
||||
pkgbase = libraqm
|
||||
pkgdesc = A library that encapsulates the logic for complex text layout
|
||||
pkgver = 0.10.1
|
||||
pkgrel = 2.1
|
||||
pkgver = 0.10.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/HOST-Oman/libraqm/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -16,7 +16,7 @@ pkgbase = libraqm
|
||||
depends = fribidi
|
||||
depends = glibc
|
||||
depends = harfbuzz
|
||||
source = git+https://github.com/HOST-Oman/libraqm#tag=v0.10.1
|
||||
sha256sums = 3ffc828da549a7f77216236c6d9bfdb9c21cbd151adbf5dac54fa8480d9f7b03
|
||||
source = git+https://github.com/HOST-Oman/libraqm#tag=v0.10.2
|
||||
sha256sums = 0f658897cf44d23181e3dd4f07f12bb49a8b98658ce7778a3d6a6b9a4c4abbec
|
||||
|
||||
pkgname = libraqm
|
||||
|
@ -1,9 +1,10 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer:
|
||||
# Contributor: Daniel Bermond < yahoo-com: danielbermond >
|
||||
|
||||
pkgname=libraqm
|
||||
pkgver=0.10.1
|
||||
pkgrel=2.1
|
||||
pkgver=0.10.2
|
||||
pkgrel=1
|
||||
pkgdesc='A library that encapsulates the logic for complex text layout'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://github.com/HOST-Oman/libraqm/'
|
||||
@ -16,7 +17,7 @@ makedepends=(git
|
||||
gtk-doc
|
||||
meson)
|
||||
source=(git+https://github.com/HOST-Oman/libraqm#tag=v$pkgver)
|
||||
sha256sums=('3ffc828da549a7f77216236c6d9bfdb9c21cbd151adbf5dac54fa8480d9f7b03')
|
||||
sha256sums=('0f658897cf44d23181e3dd4f07f12bb49a8b98658ce7778a3d6a6b9a4c4abbec')
|
||||
|
||||
build() {
|
||||
meson build libraqm \
|
||||
|
Loading…
x
Reference in New Issue
Block a user