summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-12-22 08:34:09 -0300
committerGonzalo Exequiel Pedone2021-12-22 08:34:09 -0300
commit0790e1c4db6ffedbba108f4b715ea366363375d1 (patch)
treea79ce7612bc32bc5900d10edd81ad339f5ca8a11 /PKGBUILD
parent689d87f6ca17ce7bda39eaa0d30c292cc7e18ba2 (diff)
downloadaur-0790e1c4db6ffedbba108f4b715ea366363375d1.tar.gz
Package updated to 1.0.11.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c2f16537b06..f81bd7210629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-fribidi
-pkgver=1.0.10
+pkgver=1.0.11
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=('3ebb19c4184ed6dc324d2e291d7465bc6108a20be019f053f33228e07e879c4f')
+md5sums=('2acb412d284f5918de3638c1052160dd')
build() {
cd "${srcdir}"/fribidi-${pkgver}