mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/python to 3.3.3-1.1
This commit is contained in:
parent
be91ce973b
commit
4e9e43db26
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue