Date: Friday, September 23, 2011 @ 14:54:26 Author: ibiru Revision: 138459
update to 0.4.2 Modified: python-mako/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-09-23 18:52:47 UTC (rev 138458) +++ PKGBUILD 2011-09-23 18:54:26 UTC (rev 138459) @@ -1,17 +1,18 @@ # $Id$ # Maintainer : Ionut Biru <[email protected]> # Contributor: Roberto Alsina <[email protected]> + pkgname=python-mako -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 -pkgdesc="Hyperfast and lightweight templating for the Python platform." +pkgdesc="Hyperfast and lightweight templating for the Python2 platform." arch=('any') url="http://www.makotemplates.org/" license=('custom') depends=('python2' 'python-markupsafe' 'python-beaker') makedepends=('python2-distribute') source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz) -md5sums=('c69bceb23c832b74075f438408fea118') +md5sums=('2ff0747e611b37d44e6409c4e0a80a08') build() { cd "$srcdir/Mako-$pkgver"
