Date: Monday, August 13, 2012 @ 17:21:29 Author: eric Revision: 165229
upgpkg: python-mako 0.7.2-1 Upstream update, Correct license Modified: python-mako/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-08-13 20:54:28 UTC (rev 165228) +++ PKGBUILD 2012-08-13 21:21:29 UTC (rev 165229) @@ -3,15 +3,15 @@ # Contributor: Roberto Alsina <rals...@kde.org> pkgname=('python-mako' 'python2-mako') -pkgver=0.5.0 -pkgrel=2 +pkgver=0.7.2 +pkgrel=1 pkgdesc="Hyperfast and lightweight templating for the Python2 platform." arch=('any') url="http://www.makotemplates.org/" -license=('custom') +license=('MIT') makedepends=('python-distribute' 'python2-distribute') source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz") -md5sums=('532d7aa7ffbfd2873c1461a30431366a') +md5sums=('e3c0a677aa4216da9e89ef8fa76cbafb') build() { cp -r Mako-$pkgver python2-Mako-$pkgver