summaryrefslogtreecommitdiff
path: root/community/uriparser
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-21 00:28:39 -0700
committerroot <root@rshg054.dnsready.net>2013-05-21 00:28:39 -0700
commite3f225daecfd5cfea4af1a4e8ac4b6c46c7ec363 (patch)
treeb3e36d93c34b5b08544b1698462c06fdb99560b8 /community/uriparser
parent383955a81810f344e11b1472bd4c5069fa77020c (diff)
Tue May 21 00:28:39 PDT 2013
Diffstat (limited to 'community/uriparser')
-rw-r--r--community/uriparser/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/uriparser/PKGBUILD b/community/uriparser/PKGBUILD
index eb1e77d9d..b584c0778 100644
--- a/community/uriparser/PKGBUILD
+++ b/community/uriparser/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 88337 2013-04-16 13:32:04Z spupykin $
+# $Id: PKGBUILD 91154 2013-05-20 09:57:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Juan Pablo Gonzalez Tognarelli <lord_jotape@yahoo.com.ar>
pkgname=uriparser
-pkgver=0.7.7
+pkgver=0.7.8
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 @@ makedepends=(doxygen graphviz)
arch=('i686' 'x86_64')
license=("custom")
source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('2da950ef006be5a842dcc383cbbeaa78')
+md5sums=('1ff590e25e8d9f5eaaa409c741fc387b')
build() {
cd ${srcdir}/$pkgname-$pkgver