summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4f7be6025e5..2e144a3d336b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#Contributor: Axilleas Pipinellis <axilleas archlinux.gr>
pkgname=python2-weberror
-pkgver=0.13
+pkgver=0.13.1
pkgrel=2
pkgdesc="Web Error handling and exception catching."
arch=('any')
@@ -14,7 +14,7 @@ depends=('python2' 'python2-webob' 'python2-tempita' 'python2-simplejson'
'python2-paste>=1.7.1' 'python2-pygments')
makedepends=('python2-distribute')
source=(https://pypi.python.org/packages/source/W/WebError/WebError-${pkgver}.tar.gz)
-md5sums=('983459235787b2eefb76fb9b908a8cf7')
+md5sums=('d1d7a6b8d60dddcf3005f2474cfc2407')
package() {
cd ${srcdir}/WebError-${pkgver}