[arch-commits] Commit in python/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Mon Jul 11 13:06:26 UTC 2011


    Date: Monday, July 11, 2011 @ 09:06:25
  Author: stephane
Revision: 131166

upgpkg: python 3.2.1-1
version bump

Modified:
  python/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-11 12:44:56 UTC (rev 131165)
+++ PKGBUILD	2011-07-11 13:06:25 UTC (rev 131166)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=python
-pkgver=3.2.1rc2
+pkgver=3.2.1
 pkgrel=1
 _pybasever=3.2
 pkgdesc="Next generation of the python high-level scripting language"
@@ -13,12 +13,12 @@
 url="http://www.python.org/"
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
 makedepends=('tk' 'sqlite3' 'valgrind')
-optdepends=('tk: for tkinter')
+optdepends=('tk: for tkinter' 'sqlite3')
 provides=('python3')
 replaces=('python3')
 options=('!makeflags')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('bbd451136ee9db12b24fd507682cdf769d7931c1')
+sha1sums=('ab5cf4a4c21abe590dea87473a1dee6820699d79')
 
 build() {
   cd "${srcdir}/Python-${pkgver}"




More information about the arch-commits mailing list