summaryrefslogtreecommitdiff
path: root/extra/perl-dbd-sqlite
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-19 10:03:21 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-19 10:03:21 +0100
commit46602cb86218c37b896a2c90aa702d94793b6779 (patch)
tree107fedff7db7ea57c5bd9684f98805b2f1167029 /extra/perl-dbd-sqlite
parent7e6a790c47fb44426cdda8ea0aca8c247a524c5e (diff)
parentde5b6982e42f4a1e8b0537cfbc1b676e2a81f195 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/quesoglc/PKGBUILD community/trickle/PKGBUILD cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD extra/ffmpeg/PKGBUILD extra/perl-dbi/PKGBUILD extra/perl-net-dns/PKGBUILD extra/xfce4-dev-tools/PKGBUILD gnome-unstable/networkmanager/PKGBUILD multilib-testing/lib32-libdrm/PKGBUILD multilib-testing/lib32-libdrm/no-pthread-stubs.patch multilib/lib32-libxcb/PKGBUILD multilib/lib32-util-linux/PKGBUILD multilib/wine/PKGBUILD multilib/wine_gecko/PKGBUILD
Diffstat (limited to 'extra/perl-dbd-sqlite')
-rw-r--r--extra/perl-dbd-sqlite/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/perl-dbd-sqlite/PKGBUILD b/extra/perl-dbd-sqlite/PKGBUILD
index b09ab358f..7bbf86fbb 100644
--- a/extra/perl-dbd-sqlite/PKGBUILD
+++ b/extra/perl-dbd-sqlite/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 125249 2011-05-25 19:15:53Z foutrelis $
+# $Id: PKGBUILD 153674 2012-03-17 19:39:43Z eric $
# Contributor: Tom Killian <tomk@runbox.com>
# Contributor: francois at archlinux dot org
pkgname=perl-dbd-sqlite
_cpanname=DBD-SQLite
-pkgver=1.31
-pkgrel=2
+pkgver=1.35
+pkgrel=1
pkgdesc="Self-contained RDBMS in a DBI driver"
arch=('i686' 'x86_64' 'mips64el')
url="http://search.cpan.org/dist/${_cpanname}"
@@ -13,12 +13,16 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi>=1.61' 'sqlite3')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('67b3575104efd606c8093bc416e3338d')
+md5sums=('d9752e4a26fa54e74aa893dafd02ceda')
build() {
cd "${srcdir}/${_cpanname}-${pkgver}"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
+}
+
+check() {
+ cd "${srcdir}/${_cpanname}-${pkgver}"
make test
}