summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-12-08 12:27:39 -0300
committerGonzalo Exequiel Pedone2022-12-08 12:27:39 -0300
commit652803ac99d10c23b44db0aa9eaf889b6c86d4de (patch)
treea04dcb3a110f57109c8927d453a4897b7329d41e /PKGBUILD
parent97503d8441e5221fa120948de500ac3bfd969885 (diff)
downloadaur-652803ac99d10c23b44db0aa9eaf889b6c86d4de.tar.gz
Package updated to 1.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aff71545f73b..5ff9d92bedea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-libunistring
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Library for manipulating Unicode strings and C strings (android)"
arch=('any')
@@ -18,8 +18,8 @@ makedepends=('android-configure')
source=("https://ftp.gnu.org/gnu/libunistring/libunistring-${pkgver}.tar.xz"{,.sig})
validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871' # Daiki Ueno <ueno@unixuser.org>
'9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) <bruno@clisp.org>
-sha256sums=('5bab55b49f75d77ed26b257997e919b693f29fd4a1bc22e0e6e024c246c72741'
- 'SKIP')
+md5sums=('0dfba19989ae06b8e7a49a7cd18472a1'
+ 'SKIP')
build() {
cd "${srcdir}"/libunistring-${pkgver}