summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89617ab4d114..57bff89ae679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (android)
- pkgver = 1.0.12
+ pkgver = 1.0.13
pkgrel = 1
url = http://fribidi.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = android-x86-64-fribidi
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/fribidi/fribidi/archive/v1.0.12.tar.gz
- md5sums = a7d87e1f323d43685c99614a204ea7e5
+ source = https://github.com/fribidi/fribidi/archive/v1.0.13.tar.gz
+ md5sums = 7aa67eb9a386be40629f35517dd52acf
pkgname = android-x86-64-fribidi
diff --git a/PKGBUILD b/PKGBUILD
index 3817ec9c38a8..bb8f5e11234b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-fribidi
-pkgver=1.0.12
+pkgver=1.0.13
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=('a7d87e1f323d43685c99614a204ea7e5')
+md5sums=('7aa67eb9a386be40629f35517dd52acf')
build() {
cd "${srcdir}"/fribidi-${pkgver}