diff options
Diffstat (limited to 'extra/python2/PKGBUILD')
-rw-r--r-- | extra/python2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD index 02731754c..371909ecc 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 157413 2012-04-28 09:27:14Z allan $ +# $Id: PKGBUILD 173214 2012-12-13 12:39:26Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributer: Allan McRae <allan@archlinux.org> # Contributer: Jason Chu <jason@archlinux.org> pkgname=python2 pkgver=2.7.3 -pkgrel=2 +pkgrel=3 _pybasever=2.7 pkgdesc="A high-level scripting language" arch=('i686' 'x86_64') license=('PSF') url="http://www.python.org/" depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi') -makedepends=('tk') +makedepends=('tk' 'bluez') optdepends=('tk: for IDLE') conflicts=('python<3') options=('!makeflags') |