summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-05-11 15:47:20 -0300
committerGonzalo Exequiel Pedone2022-05-11 15:47:20 -0300
commit75940a057b234b15810a5baa16aba0c8bafef37c (patch)
treec14cbcf89dd2590da004f28e6f83a0ecea15b728
parent24072c2056aebcba226708033cbc86889903fb48 (diff)
downloadaur-75940a057b234b15810a5baa16aba0c8bafef37c.tar.gz
Updated 1.0.12.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88db7828e221..9e7e94a3ab10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-aarch64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (android)
- pkgver = 1.0.11
+ pkgver = 1.0.12
pkgrel = 1
url = http://fribidi.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = android-aarch64-fribidi
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/fribidi/fribidi/archive/v1.0.11.tar.gz
- md5sums = 2acb412d284f5918de3638c1052160dd
+ source = https://github.com/fribidi/fribidi/archive/v1.0.12.tar.gz
+ md5sums = a7d87e1f323d43685c99614a204ea7e5
pkgname = android-aarch64-fribidi
diff --git a/PKGBUILD b/PKGBUILD
index 9ef36171713b..602c5420e0df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=aarch64
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}