From 4e9e43db26efc652d616c439995ea8cbe4057e55 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 22 Jan 2014 20:35:05 +0000 Subject: [PATCH] extra/python to 3.3.3-1.1 --- extra/python/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 081c4c98e..3e2a76508 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -10,14 +10,14 @@ pkgname=python pkgver=3.3.3 -pkgrel=1 +pkgrel=1.1 _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>=8.6.0' 'sqlite' 'bluez') +makedepends=('tk>=8.6.0' 'sqlite' 'bluez-libs') optdepends=('tk: for tkinter' 'sqlite') options=('!makeflags') provides=('python3')