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

Rémy Oudompheng remy at archlinux.org
Sun Apr 8 07:25:25 UTC 2012


    Date: Sunday, April 8, 2012 @ 03:25:25
  Author: remy
Revision: 155871

upgpkg: python-pysqlite 2.6.3-2

Rename sqlite3 -> sqlite.

Modified:
  python-pysqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-08 07:13:40 UTC (rev 155870)
+++ PKGBUILD	2012-04-08 07:25:25 UTC (rev 155871)
@@ -4,12 +4,12 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 pkgname=python-pysqlite
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
 license=('custom')
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/pysqlite/"
-depends=('python2' 'sqlite3')
+depends=('python2' 'sqlite')
 replaces=('pysqlite2')
 source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
         setup.cfg)




More information about the arch-commits mailing list