summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Schleußer2017-12-29 12:22:39 +0100
committerJonathan Schleußer2017-12-29 12:22:59 +0100
commitfca7141eb658b5db7c9bb08c5dc0127ceef7c61e (patch)
tree3139648d44f6123cfe5a083fbfdca4fdfa4f782b /PKGBUILD
parent3afbd7c68211317ee4c43c5ddf1e21f7cb95f259 (diff)
downloadaur-fca7141eb658b5db7c9bb08c5dc0127ceef7c61e.tar.gz
Switch to now required https for source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66a1a4385300..f4f7be6025e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python2-weberror
pkgver=0.13
-pkgrel=1
+pkgrel=2
pkgdesc="Web Error handling and exception catching."
arch=('any')
url="http://pylonsproject.org"
@@ -13,7 +13,7 @@ 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)
+source=(https://pypi.python.org/packages/source/W/WebError/WebError-${pkgver}.tar.gz)
md5sums=('983459235787b2eefb76fb9b908a8cf7')
package() {