summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62c522460f0b..66a1a4385300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
#Contributor: Axilleas Pipinellis <axilleas archlinux.gr>
pkgname=python2-weberror
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.13
+pkgrel=1
pkgdesc="Web Error handling and exception catching."
arch=('any')
url="http://pylonsproject.org"
@@ -14,7 +14,7 @@ depends=('python2' 'python2-webob' 'python2-tempita' 'python2-simplejson'
'python2-paste>=1.7.1' 'python2-pygments')
makedepends=('python2-distribute')
source=(http://pypi.python.org/packages/source/W/WebError/WebError-${pkgver}.tar.gz)
-md5sums=('84b9990b0baae6fd440b1e60cdd06f9a')
+md5sums=('983459235787b2eefb76fb9b908a8cf7')
package() {
cd ${srcdir}/WebError-${pkgver}