Date: Sunday, October 28, 2018 @ 20:00:56 Author: eworm Revision: 399334
upgpkg: uriparser 0.9.0-1 new upstream release Modified: uriparser/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-28 17:00:33 UTC (rev 399333) +++ PKGBUILD 2018-10-28 20:00:56 UTC (rev 399334) @@ -2,7 +2,7 @@ # Contributor: Juan Pablo Gonzalez Tognarelli <[email protected]> pkgname=uriparser -pkgver=0.8.6 +pkgver=0.9.0 pkgrel=1 pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode' url='https://github.com/uriparser/uriparser' @@ -10,7 +10,7 @@ arch=('x86_64') license=('custom') source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54') +sha256sums=('ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c') build() { cd "$srcdir"/$pkgname-$pkgver
