summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Schleußer2017-12-29 12:57:18 +0100
committerJonathan Schleußer2017-12-29 12:57:18 +0100
commitff7985a8ea2fa7ab07037576914cf97cfa8eb4bf (patch)
treed2f2766dcf0734bb95c1cf375e6f1cfe05665512 /PKGBUILD
parent5bebb1a6dd0d98cb400f595e95733062920e73ad (diff)
downloadaur-ff7985a8ea2fa7ab07037576914cf97cfa8eb4bf.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 973e3b0faad7..d978b30885d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#Contributor: AXilleas Pipinellis <axilleas archlinux.gr>
pkgname=python2-pylons
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='A lightweight web framework emphasizing flexibility and rapid development.'
arch=('any')
url='http://pylonsproject.com/'
@@ -16,7 +16,7 @@ depends=('python2' 'python2-routes>=1.12' 'python2-webhe
'python2-mako>=0.2.4' 'python2-webob>=0.9.6.1' 'python2-weberror>=0.10.1'
'python2-webtest>=1.1' 'python2-tempita>=0.2')
makedepends=('python2-distribute')
-source=(http://pypi.python.org/packages/source/P/Pylons/Pylons-${pkgver}.tar.gz)
+source=(https://pypi.python.org/packages/source/P/Pylons/Pylons-${pkgver}.tar.gz)
replaces=('python-pylons')
md5sums=('3289f782ae067b865b0ed8181a125e4b')