summaryrefslogtreecommitdiff
path: root/extra/perl-dbd-sqlite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/perl-dbd-sqlite/PKGBUILD')
-rw-r--r--extra/perl-dbd-sqlite/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/perl-dbd-sqlite/PKGBUILD b/extra/perl-dbd-sqlite/PKGBUILD
index dc0a5aaf7..3c156157d 100644
--- a/extra/perl-dbd-sqlite/PKGBUILD
+++ b/extra/perl-dbd-sqlite/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 153674 2012-03-17 19:39:43Z eric $
+# $Id: PKGBUILD 160519 2012-06-02 10:27:20Z bluewind $
# Contributor: Tom Killian <tomk@runbox.com>
# Contributor: francois at archlinux dot org
pkgname=perl-dbd-sqlite
_cpanname=DBD-SQLite
pkgver=1.35
-pkgrel=1
+pkgrel=2
pkgdesc="Self-contained RDBMS in a DBI driver"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/${_cpanname}"
license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.61' 'sqlite3')
+depends=('perl-dbi>=1.61' 'sqlite')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
md5sums=('d9752e4a26fa54e74aa893dafd02ceda')