summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParadoxSpiral2016-04-02 00:14:19 +0200
committerParadoxSpiral2016-04-02 00:14:19 +0200
commit3afbd7c68211317ee4c43c5ddf1e21f7cb95f259 (patch)
tree33845c2236139d135fbb5af1d277cf08eb2d053e /PKGBUILD
parent751891acdfc3c4fe8275ab5a924ea0a49a082f22 (diff)
downloadaur-3afbd7c68211317ee4c43c5ddf1e21f7cb95f259.tar.gz
Update to 0.13
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}