diff options
author | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
commit | 987f836820eae061f40608b4ee1b6a14ecced3cc (patch) | |
tree | d28e524877b41fb49ccb7b2f99b36db2f9c90e89 /extra/python | |
parent | ce26b1905ac40cd9389e1c9f364a2ccd8f4ec13c (diff) |
Tue Apr 9 00:05:27 PDT 2013
Diffstat (limited to 'extra/python')
-rw-r--r-- | extra/python/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 36838775b..0d2f87b48 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 173845 2012-12-25 00:34:33Z foutrelis $ +# $Id: PKGBUILD 182150 2013-04-08 10:27:25Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> pkgname=python -pkgver=3.3.0 -pkgrel=3 +pkgver=3.3.1 +pkgrel=1 _pybasever=3.3 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ provides=('python3') replaces=('python3') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz) -sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a') +sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc') build() { cd "${srcdir}/Python-${pkgver}" |