summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8381fece4cb7..b252510fb21e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python26
pkgdesc = Legacy version Python 2.6 of the high-level scripting language
pkgver = 2.6.9
- pkgrel = 12
+ pkgrel = 14
url = https://www.python.org/
changelog = ChangeLog
arch = i686
@@ -21,7 +21,6 @@ pkgbase = python26
depends = libffi
optdepends = tk: for IDLE, pynche and modulator
optdepends = net-tools: arp, ifconfig and netstat are used in the uuid module
- provides = python2=2.6.9
source = https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tar.xz
source = modulator-launcher
source = pynche-launcher
diff --git a/PKGBUILD b/PKGBUILD
index ab5fae1a931d..9137ea8a3a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python26
pkgver=2.6.9
-pkgrel=12
+pkgrel=14
_pybasever=2.6
pkgdesc="Legacy version Python 2.6 of the high-level scripting language"
arch=('i686' 'x86_64' 'arm')
@@ -15,7 +15,6 @@ makedepends=('gcc5' 'tk>=8.5.0')
optdepends=('tk: for IDLE, pynche and modulator'
'net-tools: arp, ifconfig and netstat are used in the uuid module')
checkdepends=('net-tools')
-provides=(python2=${pkgver})
changelog=ChangeLog
source=(https://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz
modulator-launcher
@@ -184,7 +183,7 @@ package() {
mv "${pkgdir}"/usr/bin/idle{,${_pybasever}}
mv "${pkgdir}"/usr/bin/pydoc{,${_pybasever}}
mv "${pkgdir}"/usr/bin/2to3{,-${_pybasever}}
- mv "${pkgdir}"/usr/share/man/man1/python{.1,${pkgver}}
+ mv "${pkgdir}"/usr/share/man/man1/python{,${_pybasever}}.1
# clean up #!s
find "${pkgdir}/usr/lib/python${_pybasever}/" -name '*.py' | xargs sed -i \