summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-10-19 09:36:55 +0800
committerpingplug2022-10-19 09:36:55 +0800
commit13438c6669ae1dee05d9c0708a6c3d62a7879931 (patch)
treefc15873959dada6e6fc9394bc16fd5a324723853
parent7d14d8885b8c855a3787147978032795cfed44d8 (diff)
downloadaur-13438c6669ae1dee05d9c0708a6c3d62a7879931.tar.gz
updated to 1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d13680cc58..41786af65070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libunistring
pkgdesc = Library for manipulating Unicode strings and C strings (mingw-w64)
- pkgver = 1.0
- pkgrel = 2
+ pkgver = 1.1
+ pkgrel = 1
url = https://www.gnu.org/software/libunistring/
arch = any
license = GPL
@@ -11,10 +11,10 @@ pkgbase = mingw-w64-libunistring
options = !strip
options = staticlibs
options = !buildflags
- 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 = 9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D
- sha256sums = 5bab55b49f75d77ed26b257997e919b693f29fd4a1bc22e0e6e024c246c72741
+ sha256sums = 827c1eb9cb6e7c738b171745dac0888aa58c5924df2e59239318383de0729b98
sha256sums = SKIP
pkgname = mingw-w64-libunistring
diff --git a/PKGBUILD b/PKGBUILD
index c49f460c868b..663d3bde3bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libunistring
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc="Library for manipulating Unicode strings and C strings (mingw-w64)"
arch=('any')
url="https://www.gnu.org/software/libunistring/"
@@ -15,7 +15,7 @@ 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=('5bab55b49f75d77ed26b257997e919b693f29fd4a1bc22e0e6e024c246c72741'
+sha256sums=('827c1eb9cb6e7c738b171745dac0888aa58c5924df2e59239318383de0729b98'
'SKIP')
validpgpkeys=('9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) <bruno@clisp.org>