summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2022-03-03 11:32:15 +0800
committerpingplug2022-03-03 11:32:15 +0800
commitb9fa2de5cb7e09e7ad130aaf0135bd5aa3947fbd (patch)
tree257c5e0b0826e1f9850425a7f505a453777c078c /PKGBUILD
parent9aabe576b1099adea11bb83c45013dc40cd05ecd (diff)
downloadaur-b9fa2de5cb7e09e7ad130aaf0135bd5aa3947fbd.tar.gz
Updated to 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 239a183992ff..38d629162069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libunistring
-pkgver=0.9.10
+pkgver=1.0
pkgrel=1
pkgdesc="Library for manipulating Unicode strings and C strings (mingw-w64)"
arch=('any')
@@ -15,9 +15,9 @@ depends=('mingw-w64-crt'
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("https://ftp.gnu.org/gnu/libunistring/libunistring-${pkgver}.tar.xz"{,.sig})
-sha256sums=('eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7'
+sha256sums=('5bab55b49f75d77ed26b257997e919b693f29fd4a1bc22e0e6e024c246c72741'
'SKIP')
-validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno <ueno@gnu.org>
+validpgpkeys=('9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) <bruno@clisp.org>
build() {
cd "${srcdir}/libunistring-${pkgver}"