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')