extra/python to 3.3.3-1.1

This commit is contained in:
Kevin Mihelich 2014-01-22 20:35:05 +00:00
parent be91ce973b
commit 4e9e43db26

View file

@ -10,14 +10,14 @@
pkgname=python pkgname=python
pkgver=3.3.3 pkgver=3.3.3
pkgrel=1 pkgrel=1.1
_pybasever=3.3 _pybasever=3.3
pkgdesc="Next generation of the python high-level scripting language" pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('custom') license=('custom')
url="http://www.python.org/" url="http://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib') depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
makedepends=('tk>=8.6.0' 'sqlite' 'bluez') makedepends=('tk>=8.6.0' 'sqlite' 'bluez-libs')
optdepends=('tk: for tkinter' 'sqlite') optdepends=('tk: for tkinter' 'sqlite')
options=('!makeflags') options=('!makeflags')
provides=('python3') provides=('python3')