Date: Sunday, March 1, 2015 @ 16:50:14 Author: spupykin Revision: 128500
upgpkg: uriparser 0.8.1-1 upd Modified: uriparser/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-01 15:49:58 UTC (rev 128499) +++ PKGBUILD 2015-03-01 15:50:14 UTC (rev 128500) @@ -3,7 +3,7 @@ # Contributor: Juan Pablo Gonzalez Tognarelli <[email protected]> pkgname=uriparser -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode" url="http://sourceforge.net/projects/uriparser/" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') license=("custom") source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2) -md5sums=('77601f52ab91c0e100fc5d783d9c1ee5') +md5sums=('4e4c5f0ee6abb111a431c45e144247aa') build() { cd ${srcdir}/$pkgname-$pkgver
