summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b1931d8c07e..fe7dbcbdb3ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-libunistring
pkgdesc = Library for manipulating Unicode strings and C strings (android)
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://www.gnu.org/software/libunistring/
arch = any
@@ -12,11 +12,11 @@ pkgbase = android-x86-libunistring
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://ftp.gnu.org/gnu/libunistring/libunistring-1.0.tar.xz
- source = https://ftp.gnu.org/gnu/libunistring/libunistring-1.0.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/libunistring/libunistring-1.1.tar.xz
+ source = https://ftp.gnu.org/gnu/libunistring/libunistring-1.1.tar.xz.sig
validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
validpgpkeys = 9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D
- sha256sums = 5bab55b49f75d77ed26b257997e919b693f29fd4a1bc22e0e6e024c246c72741
- sha256sums = SKIP
+ md5sums = 0dfba19989ae06b8e7a49a7cd18472a1
+ md5sums = SKIP
pkgname = android-x86-libunistring
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}