diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-13 03:11:11 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-13 03:11:11 (GMT) |
commit | e1c68ab0caecb20b76faea4449d9268ac0bc40c0 (patch) | |
tree | 6395c81eaa704367d5f4e58bfbea781fb8380da1 /abs/core/python | |
parent | b30624acee08dc4a99e2abc579ae03d380354a14 (diff) | |
download | linhes_pkgbuild-e1c68ab0caecb20b76faea4449d9268ac0bc40c0.zip linhes_pkgbuild-e1c68ab0caecb20b76faea4449d9268ac0bc40c0.tar.gz linhes_pkgbuild-e1c68ab0caecb20b76faea4449d9268ac0bc40c0.tar.bz2 |
python: add conflict with python2 to pkgbuild
Diffstat (limited to 'abs/core/python')
-rw-r--r-- | abs/core/python/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/python/PKGBUILD b/abs/core/python/PKGBUILD index 18d3c8c..fcbfc50 100644 --- a/abs/core/python/PKGBUILD +++ b/abs/core/python/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python pkgver=3.1.2 -pkgrel=2 +pkgrel=3 _pybasever=3.1 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64') @@ -15,6 +15,7 @@ makedepends=('tk' 'sqlite3') optdepends=('tk: for tkinter') provides=('python3') replaces=('python3') +conflicts=('python2') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.bz2 python-internal-expat.patch) |