summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-12-08 12:28:47 -0300
committerGonzalo Exequiel Pedone2022-12-08 12:28:47 -0300
commit539c7a3c3d62e099443915bc4a985489ae9d8bbe (patch)
treea4dbbe27e0c13422709bd4207ed96e5b54c7a815 /PKGBUILD
parent9a188f96f299fa971873e6e2716e91a7b8fe9bdb (diff)
downloadaur-539c7a3c3d62e099443915bc4a985489ae9d8bbe.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 641fe31d2f01..afa232244742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=x86
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}