summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-12-22 08:34:30 -0300
committerGonzalo Exequiel Pedone2021-12-22 08:34:30 -0300
commite9886c126b7ab13b99bd4c3008f110237ebb6eb0 (patch)
tree385a45efbbb855832eec2c221e8503db740dcaa5
parent87ea4bb16b7d9358c1f094e8cbaf1d535bfb3188 (diff)
downloadaur-e9886c126b7ab13b99bd4c3008f110237ebb6eb0.tar.gz
Package updated to 1.0.11.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 013d3a1318bb..5e61c6aaa154 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.10
+ pkgver = 1.0.11
pkgrel = 1
url = http://fribidi.org
arch = any
@@ -11,8 +11,7 @@ pkgbase = android-x86-64-fribidi
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/fribidi/fribidi/archive/v1.0.10.tar.gz
- sha256sums = 3ebb19c4184ed6dc324d2e291d7465bc6108a20be019f053f33228e07e879c4f
+ source = https://github.com/fribidi/fribidi/archive/v1.0.11.tar.gz
+ md5sums = 2acb412d284f5918de3638c1052160dd
pkgname = android-x86-64-fribidi
-
diff --git a/PKGBUILD b/PKGBUILD
index 3e5cbfe73730..ede452e4a773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86-64
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}