summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-08-28 09:37:09 -0300
committerGonzalo Exequiel Pedone2020-08-28 09:37:09 -0300
commit87ea4bb16b7d9358c1f094e8cbaf1d535bfb3188 (patch)
treeeb891d34f9fc782ab35c020e78962daa3c421fa0 /PKGBUILD
parent58de220dcd9ebec99992116a6b49687c90266510 (diff)
downloadaur-87ea4bb16b7d9358c1f094e8cbaf1d535bfb3188.tar.gz
Package updated.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5c3c2ac9e56..3e5cbfe73730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-fribidi
-pkgver=1.0.9
+pkgver=1.0.10
pkgrel=1
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (android)"
arch=('any')
@@ -14,7 +14,7 @@ depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-meson')
source=("https://github.com/fribidi/fribidi/archive/v${pkgver}.tar.gz")
-sha256sums=('ef6f940d04213a0fb91a0177b2b57df2031bf3a7e2cd0ee2c6877a160fc206df')
+sha256sums=('3ebb19c4184ed6dc324d2e291d7465bc6108a20be019f053f33228e07e879c4f')
build() {
cd "${srcdir}"/fribidi-${pkgver}