summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2023-06-25 12:28:36 -0300
committerGonzalo Exequiel Pedone2023-06-25 12:28:36 -0300
commit03ef95c48d01bf34d68ce408824f437dc576c03c (patch)
tree22cebde7dc9bb4a58c3d19c0728055629c058531 /PKGBUILD
parent167fedf9c9882cf43ed4af67bb93111f61b2c16e (diff)
downloadaur-03ef95c48d01bf34d68ce408824f437dc576c03c.tar.gz
Package updated to 1.0.13.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}