summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b1f93ed32f2..fc9548f199d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
pkgname=mingw-w64-libunistring
-pkgver=0.9.7
+pkgver=0.9.9
pkgrel=1
pkgdesc="Library for manipulating Unicode strings and C strings. (mingw-w64)"
arch=(any)
-url="http://www.gnu.org/software/libunistring/"
+url="https://www.gnu.org/software/libunistring/"
license=("GPL")
makedepends=(mingw-w64-gcc mingw-w64-configure)
depends=(mingw-w64-crt mingw-w64-libiconv)
options=(staticlibs !strip !buildflags)
-source=("http://ftp.gnu.org/gnu/libunistring/libunistring-${pkgver}.tar.gz")
-md5sums=('8e663454aa372181ee8e46edaa3ba4c8')
+source=("https://ftp.gnu.org/gnu/libunistring/libunistring-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a4d993ecfce16cf503ff7579f5da64619cee66226fb3b998dafb706190d9a833'
+ 'SKIP')
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno <ueno@gnu.org>
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"