* update fribidi to 1.0.9

This commit is contained in:
Alexander Baldeck 2020-03-11 09:53:42 +01:00
parent aebf7b45df
commit 63ebe1e28d

View File

@ -4,7 +4,7 @@
# Contributor: Nezmer <Nezmer@gmail.com>
pkgname=fribidi
pkgver=1.0.8
pkgver=1.0.9
pkgrel=1
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
url="https://github.com/fribidi/fribidi/"
@ -12,7 +12,8 @@ arch=(x86_64 powerpc64le)
license=(LGPL)
depends=(glibc)
makedepends=(git meson)
_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059 # tags/v1.0.8
provides=(libfribidi.so)
_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995 # tags/v1.0.9^0
source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
sha256sums=('SKIP')