summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParadoxSpiral2016-04-01 23:41:49 +0200
committerParadoxSpiral2016-04-01 23:41:49 +0200
commit5bebb1a6dd0d98cb400f595e95733062920e73ad (patch)
tree6eaa306e0f0952f066dbc56572745187416bef68 /PKGBUILD
parent214fcaf5f02d86b10334836efbd5ea894cb5ecbb (diff)
downloadaur-5bebb1a6dd0d98cb400f595e95733062920e73ad.tar.gz
Update to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9bb05049cdf..973e3b0faad7 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.1
-pkgrel=2
+pkgver=1.0.2
+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=(http://pypi.python.org/packages/source/P/Pylons/Pylons-${pkgver}.tar.gz)
replaces=('python-pylons')
-md5sums=('6cb880d75fa81213192142b07a6e4915')
+md5sums=('3289f782ae067b865b0ed8181a125e4b')
package() {
cd $srcdir/Pylons-${pkgver}