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 8138c6421b95..996a681e94ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 07:02:49 UTC 2016
+# Fri Dec 16 15:37:14 UTC 2016
pkgbase = mingw-w64-libunistring
pkgdesc = Library for manipulating Unicode strings and C strings. (mingw-w64)
- pkgver = 0.9.6
- pkgrel = 2
+ pkgver = 0.9.7
+ pkgrel = 1
url = http://www.gnu.org/software/libunistring/
arch = any
license = GPL
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-libunistring
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.6.tar.gz
- md5sums = dfae4ff5583649ed24d8f368f1d0543b
+ source = http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.gz
+ md5sums = 8e663454aa372181ee8e46edaa3ba4c8
pkgname = mingw-w64-libunistring
diff --git a/PKGBUILD b/PKGBUILD
index 895bfd908bcd..7b1f93ed32f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-libunistring
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
pkgdesc="Library for manipulating Unicode strings and C strings. (mingw-w64)"
arch=(any)
url="http://www.gnu.org/software/libunistring/"
@@ -9,7 +9,7 @@ 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=('dfae4ff5583649ed24d8f368f1d0543b')
+md5sums=('8e663454aa372181ee8e46edaa3ba4c8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"