summaryrefslogtreecommitdiff
path: root/extra/python-pysqlite
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-10 10:04:03 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-10 10:04:03 +0200
commitdb5f9e94c74935ba2d3f3e5267f5184f78303e15 (patch)
tree5ffa37eab5f2f7a1afa9f4eedc7f05636668f8de /extra/python-pysqlite
parent7d166e43d693278dc2585521d147f2b972e8a40c (diff)
parent223ca251f3ce07eb5484be845e631d6ca645b263 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/erlang/PKGBUILD community/bird/PKGBUILD community/chmsee/PKGBUILD extra/avahi/PKGBUILD extra/lirc/PKGBUILD libre/audacious-plugins-libre/PKGBUILD testing/btrfs-progs/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'extra/python-pysqlite')
-rw-r--r--extra/python-pysqlite/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python-pysqlite/PKGBUILD b/extra/python-pysqlite/PKGBUILD
index 423f84915..3c01803a8 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 <angvp@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@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' 'mips64el')
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)