extra/python to 3.3.0-3

This commit is contained in:
Kevin Mihelich 2012-12-25 21:01:08 +00:00
parent f26ef94cda
commit d9eefea179

View file

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