From 223ca251f3ce07eb5484be845e631d6ca645b263 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Apr 2012 00:01:08 +0000 Subject: Tue Apr 10 00:01:08 UTC 2012 --- extra/python-pysqlite/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/python-pysqlite/PKGBUILD') diff --git a/extra/python-pysqlite/PKGBUILD b/extra/python-pysqlite/PKGBUILD index d8cdd75a8..030223319 100644 --- a/extra/python-pysqlite/PKGBUILD +++ b/extra/python-pysqlite/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 140136 2011-10-07 20:31:49Z angvp $ +# $Id: PKGBUILD 155872 2012-04-08 07:25:46Z remy $ # Maintainer: Angel Velasquez # Contributor: Aaron Griffin # Contributor: Daniel J Griffiths 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) -- cgit v1.2.3-54-g00ecf