summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-11-08 09:36:14 -0300
committerGonzalo Exequiel Pedone2024-11-08 09:36:14 -0300
commit109acf3feccd3657480e0fe171374deba7e235a3 (patch)
tree047b131c8d1c29c7b85a6263f13a0193455b749d
parentdae35d0ff5174a11a3909bd34f08d25d12631e64 (diff)
downloadaur-android-x86-64-fribidi.tar.gz
Package updated to 1.0.16.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 521a02653aef..b07304f5cd4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-x86-64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (Android x86-64)
- pkgver = 1.0.15
- pkgrel = 2
+ pkgver = 1.0.16
+ pkgrel = 1
url = http://fribidi.org
arch = any
groups = android-fribidi
@@ -12,7 +12,7 @@ pkgbase = android-x86-64-fribidi
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/fribidi/fribidi/archive/v1.0.15.tar.gz
- md5sums = 246b219375b00db065e24f1caeade10c
+ source = https://github.com/fribidi/fribidi/archive/v1.0.16.tar.gz
+ md5sums = d14d2f2ebf77d7dc7b090aa58cc9f32a
pkgname = android-x86-64-fribidi
diff --git a/PKGBUILD b/PKGBUILD
index ac66dc1a70e5..81a401adc805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-fribidi
-pkgver=1.0.15
-pkgrel=2
+pkgver=1.0.16
+pkgrel=1
arch=('any')
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (Android ${_android_arch})"
url="http://fribidi.org"
license=('LGPL')
-groups=(android-fribidi)
+groups=('android-fribidi')
depends=('android-ndk')
makedepends=('android-meson')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://github.com/fribidi/fribidi/archive/v${pkgver}.tar.gz")
-md5sums=('246b219375b00db065e24f1caeade10c')
+md5sums=('d14d2f2ebf77d7dc7b090aa58cc9f32a')
build() {
cd "${srcdir}/fribidi-${pkgver}"