summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d978b30885d3..01e22188bea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#Contributor: Cilyan Olowen <gaknar@gmail.com>
#Contributor: AXilleas Pipinellis <axilleas archlinux.gr>
pkgname=python2-pylons
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc='A lightweight web framework emphasizing flexibility and rapid development.'
arch=('any')
url='http://pylonsproject.com/'
@@ -18,7 +18,7 @@ depends=('python2' 'python2-routes>=1.12' 'python2-webhe
makedepends=('python2-distribute')
source=(https://pypi.python.org/packages/source/P/Pylons/Pylons-${pkgver}.tar.gz)
replaces=('python-pylons')
-md5sums=('3289f782ae067b865b0ed8181a125e4b')
+sha512sums=('2f774a99203f80226a95afe2240bfbc833fae71a6273df9225938741cf494ada2d676c80a43bba21fb616b9ab53ee15cfd895a394b092b287774f648f8336b84')
package() {
cd $srcdir/Pylons-${pkgver}