From b40e5ef564bcc5bfbf72164b1e9c131debe71c3d Mon Sep 17 00:00:00 2001 From: demmm Date: Thu, 31 May 2018 19:43:00 +0000 Subject: [PATCH] libunistring 0.9.10 --- libunistring/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libunistring/PKGBUILD b/libunistring/PKGBUILD index 439445155..177b1fd60 100644 --- a/libunistring/PKGBUILD +++ b/libunistring/PKGBUILD @@ -1,6 +1,6 @@ pkgname=libunistring -pkgver=0.9.9 +pkgver=0.9.10 pkgrel=1 pkgdesc="Library for manipulating Unicode strings and C strings." url="https://www.gnu.org/software/libunistring/" @@ -8,7 +8,7 @@ arch=('x86_64') license=('GPL') depends=('glibc') source=("https://ftp.gnu.org/gnu/libunistring/${pkgname}-${pkgver}.tar.gz") -md5sums=('4f689e37e4c3bd67de5786aa51d98b13') +md5sums=('0d3274e9838396b12200f8b54ddaf43b') build() { cd ${pkgname}-${pkgver}