summaryrefslogtreecommitdiff
path: root/pcr/python2-weberror
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python2-weberror')
-rw-r--r--pcr/python2-weberror/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/pcr/python2-weberror/PKGBUILD b/pcr/python2-weberror/PKGBUILD
index d1eb475b7..cfd07a345 100644
--- a/pcr/python2-weberror/PKGBUILD
+++ b/pcr/python2-weberror/PKGBUILD
@@ -1,11 +1,11 @@
-#Maintainer (Arch): Brad Pitcher <bradpitcher@gmail.com>
-#Contributor (Arch): David Campbell <davekong@archlinux.us>
-#Contributor (Arch): Cilyan Olowen <gaknar@gmail.com>
-#Contributor (Arch): Axilleas Pipinellis <axilleas archlinux.gr>
+#Maintainer (AUR): Brad Pitcher <bradpitcher@gmail.com>
+#Contributor (AUR): David Campbell <davekong@archlinux.us>
+#Contributor (AUR): Cilyan Olowen <gaknar@gmail.com>
+#Contributor (AUR): Axilleas Pipinellis <axilleas archlinux.gr>
#Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=python2-weberror
-pkgver=0.10.3
+pkgver=0.13.1
pkgrel=2
pkgdesc="Web Error handling and exception catching."
arch=('any')
@@ -14,8 +14,8 @@ license=('MIT')
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')
+source=(https://pypi.python.org/packages/source/W/WebError/WebError-${pkgver}.tar.gz)
+sha256sums=('c19f8bd57de2f1eea1b18a44f1ba1ad27421097c9ecfa0ae754fa42c9cdd9864')
package() {
cd ${srcdir}/WebError-${pkgver}