Date: Friday, June 1, 2018 @ 10:43:40 Author: bpiotrowski Revision: 325492
0.9.10-1 Modified: libunistring/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-01 10:24:58 UTC (rev 325491) +++ PKGBUILD 2018-06-01 10:43:40 UTC (rev 325492) @@ -6,16 +6,16 @@ # Contributor: Patrick McCarty <pnorcks at gmail dot com> pkgname=libunistring -pkgver=0.9.9 +pkgver=0.9.10 pkgrel=1 pkgdesc='Library for manipulating Unicode strings and C strings' url='http://www.gnu.org/software/libunistring/' -arch=('x86_64') -license=('GPL') -depends=('glibc') -source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) +arch=(x86_64) +license=(GPL) +depends=(glibc) +source=(https://ftp.gnu.org/gnu/$pkgname/${pkgname}-${pkgver}.tar.xz{,.sig}) validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno <[email protected]> -md5sums=('e4ecbf169a07ef021f89132e3fe55c02' +md5sums=('db08bb384e81968957f997ec9808926e' 'SKIP') build() {
