Date: Saturday, August 7, 2010 @ 15:13:53 Author: ibiru Revision: 86966
upgpkg: python-mako 0.3.4-3 add python-breaker as dependency. fixed FS#20400 and FS#20395 Modified: python-mako/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-07 19:13:29 UTC (rev 86965) +++ PKGBUILD 2010-08-07 19:13:53 UTC (rev 86966) @@ -3,12 +3,12 @@ # Contributor: Roberto Alsina <[email protected]> pkgname=python-mako pkgver=0.3.4 -pkgrel=2 +pkgrel=3 pkgdesc="Hyperfast and lightweight templating for the Python platform." arch=('any') url="http://www.makotemplates.org/" license=('custom') -depends=('python>=2.6' 'python-markupsafe>=0.9.2') +depends=('python>=2.6' 'python-markupsafe>=0.9.2' 'python-beaker>=1.5.4') makedepends=('setuptools') source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz) md5sums=('2ae56ccc6c9b5c4e2e67f42b69475009')
