From d9eefea1794b4daa44ea2c9631e12c51cd889d78 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 25 Dec 2012 21:01:08 +0000 Subject: [PATCH] extra/python to 3.3.0-3 --- extra/python/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 6574b99fe..b09e2bcab 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -9,14 +9,14 @@ pkgname=python pkgver=3.3.0 -pkgrel=2 +pkgrel=3 _pybasever=3.3 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64') license=('custom') url="http://www.python.org/" depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib') -makedepends=('tk' 'sqlite' 'bluez') +makedepends=('tk>=8.6.0' 'sqlite' 'bluez') optdepends=('tk: for tkinter' 'sqlite') provides=('python3') replaces=('python3')