[arch-commits] Commit in python-mako/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Jul 23 16:31:56 UTC 2010


    Date: Friday, July 23, 2010 @ 12:31:56
  Author: ibiru
Revision: 85984

upgpkg: python-mako 0.3.4-2 add python-markupsafe as dependency

Modified:
  python-mako/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-23 16:27:17 UTC (rev 85983)
+++ PKGBUILD	2010-07-23 16:31:56 UTC (rev 85984)
@@ -3,12 +3,12 @@
 # Contributor: Roberto Alsina <ralsina at kde.org>
 pkgname=python-mako
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Hyperfast and lightweight templating for the Python platform."
 arch=('any')
 url="http://www.makotemplates.org/"
 license=('custom')
-depends=('python>=2.6')
+depends=('python>=2.6' 'python-markupsafe>=0.9.2')
 makedepends=('setuptools')
 source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz)
 md5sums=('2ae56ccc6c9b5c4e2e67f42b69475009')




More information about the arch-commits mailing list