summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-05-11 15:47:48 -0300
committerGonzalo Exequiel Pedone2022-05-11 15:47:48 -0300
commit24304e0b305a90e8e5b77d5d5406418ac9dd458e (patch)
treeca5610a403f089fa9ae3fc494548210480510ea1 /PKGBUILD
parent0790e1c4db6ffedbba108f4b715ea366363375d1 (diff)
downloadaur-24304e0b305a90e8e5b77d5d5406418ac9dd458e.tar.gz
Updated 1.0.12.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f81bd7210629..9aa5504971d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-fribidi
-pkgver=1.0.11
+pkgver=1.0.12
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")
-md5sums=('2acb412d284f5918de3638c1052160dd')
+md5sums=('a7d87e1f323d43685c99614a204ea7e5')
build() {
cd "${srcdir}"/fribidi-${pkgver}