summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchala2016-12-16 07:37:26 -0800
committerSchala2016-12-16 07:37:26 -0800
commit755655c6db59010a8b9a95d366f210237fc21eac (patch)
tree92bb4b1cd4c4a3da7c67f596fec83965b2fdd2dd /PKGBUILD
parentb00140c899649e0972bc5582cfac60951abcc564 (diff)
downloadaur-755655c6db59010a8b9a95d366f210237fc21eac.tar.gz
0.9.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"