summaryrefslogtreecommitdiffstats
path: root/abs/core/python2
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-01 22:14:20 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-01 22:14:20 (GMT)
commita3b7c3179a90e17dbb816bb3fadbbb834481a596 (patch)
treec1f920d51641838bf1d586f67979b2c287439672 /abs/core/python2
parent8c24b8272185123ee322bfa2653c5d1555373ed8 (diff)
downloadlinhes_pkgbuild-a3b7c3179a90e17dbb816bb3fadbbb834481a596.zip
linhes_pkgbuild-a3b7c3179a90e17dbb816bb3fadbbb834481a596.tar.gz
linhes_pkgbuild-a3b7c3179a90e17dbb816bb3fadbbb834481a596.tar.bz2
heimdal,perk.python2: recompile against libdb5
Diffstat (limited to 'abs/core/python2')
-rw-r--r--abs/core/python2/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/python2/PKGBUILD b/abs/core/python2/PKGBUILD
index f780aa9..1574208 100644
--- a/abs/core/python2/PKGBUILD
+++ b/abs/core/python2/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=python2
pkgver=2.6.6
-pkgrel=3
+pkgrel=4
_pybasever=2.6
pkgdesc="A high-level scripting language"
arch=('i686' 'x86_64')
license=('PSF')
url="http://www.python.org"
-depends=('db>=4.8' 'bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite3')
+depends=('db>=5.1' 'bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite3')
makedepends=('tk>=8.5.0')
optdepends=('tk: for IDLE, pynche and modulator')
provides=('python2' 'python' 'python-elementtree' 'python-ctypes')