diff options
author | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
commit | 4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (patch) | |
tree | 84f66b46f238f46928efc905cad1b88a2d96c668 /extra/python2/PKGBUILD | |
parent | b5f4c940227b9a7051c381688636d59f67864f93 (diff) |
Sat May 18 02:12:59 PDT 2013
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 ea8cf6be4..f76242d3b 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 182151 2013-04-08 10:27:26Z stephane $ +# $Id: PKGBUILD 185697 2013-05-17 11:13:51Z 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.4 +pkgver=2.7.5 pkgrel=1 _pybasever=2.7 pkgdesc="A high-level scripting language" @@ -17,7 +17,7 @@ optdepends=('tk: for IDLE') conflicts=('python<3') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz) -sha1sums=('08e78ebeb6d9c799644f6d787ca424291c0fe03e') +sha1sums=('b7389791f789625c2ba9d897aa324008ff482daf') build() { cd "${srcdir}/Python-${pkgver}" |