summaryrefslogtreecommitdiff
path: root/community/uriparser/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/uriparser/PKGBUILD')
-rw-r--r--community/uriparser/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/uriparser/PKGBUILD b/community/uriparser/PKGBUILD
index d482a3e4b..a9b6b7e44 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' 'mips64el')
license=("custom")
source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('2da950ef006be5a842dcc383cbbeaa78')
+md5sums=('1ff590e25e8d9f5eaaa409c741fc387b')
build() {
cd ${srcdir}/$pkgname-$pkgver