summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c601608b66fc..66dbe899ab30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-weberror
pkgdesc = Web Error handling and exception catching.
- pkgver = 0.10.3
- pkgrel = 2
+ pkgver = 0.13
+ pkgrel = 1
url = http://pylonsproject.org
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = python2-weberror
depends = python2-simplejson
depends = python2-paste>=1.7.1
depends = python2-pygments
- source = http://pypi.python.org/packages/source/W/WebError/WebError-0.10.3.tar.gz
- md5sums = 84b9990b0baae6fd440b1e60cdd06f9a
+ source = http://pypi.python.org/packages/source/W/WebError/WebError-0.13.tar.gz
+ md5sums = 983459235787b2eefb76fb9b908a8cf7
pkgname = python2-weberror
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}