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

Stéphane Gaudreault stephane at archlinux.org
Sat Apr 7 16:18:43 UTC 2012


    Date: Saturday, April 7, 2012 @ 12:18:43
  Author: stephane
Revision: 155846

upgpkg: python2 2.7.2-6

sqlite3 -> sqlite pkgname change

Modified:
  python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-07 15:45:08 UTC (rev 155845)
+++ PKGBUILD	2012-04-07 16:18:43 UTC (rev 155846)
@@ -5,13 +5,13 @@
 
 pkgname=python2
 pkgver=2.7.2
-pkgrel=5
+pkgrel=6
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
 license=('PSF')
 url="http://www.python.org/"
-depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite3' 'libffi')
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
 makedepends=('tk')
 optdepends=('tk: for IDLE')
 conflicts=('python<3')
@@ -32,7 +32,7 @@
   # See http://bugs.python.org/issue10835 for upstream report
   sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
 
-  # Enable built-in SQLite3 module to load extensions (fix FS#22122)
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
   sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
 
   # FS#23997




More information about the arch-commits mailing list