diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-18 12:59:58 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-18 12:59:58 -0300 |
commit | f04f84ee9902c5aa8a88107bf0461aeef0030b9e (patch) | |
tree | 18f02f6ddf8d00d97af855dba055f89f615e3939 /extra/perl-dbd-sqlite/PKGBUILD | |
parent | f8dc0992fd9d1751e8de891cf74a655c32b8e922 (diff) | |
parent | 63d179775e063452db6358e15b9847e7fc6c84b6 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/gummi/PKGBUILD
community-staging/mtpaint/PKGBUILD
community-staging/mtpaint/mtpaint.install
extra/php-xcache/PKGBUILD
kde-unstable/akonadi/PKGBUILD
kde-unstable/kdeedu-kig/PKGBUILD
kde-unstable/kdeedu-rocs/PKGBUILD
testing/xf86-video-intel/PKGBUILD
Diffstat (limited to 'extra/perl-dbd-sqlite/PKGBUILD')
-rw-r--r-- | extra/perl-dbd-sqlite/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/perl-dbd-sqlite/PKGBUILD b/extra/perl-dbd-sqlite/PKGBUILD index 4ddb1e0a6..99ae66f19 100644 --- a/extra/perl-dbd-sqlite/PKGBUILD +++ b/extra/perl-dbd-sqlite/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 160519 2012-06-02 10:27:20Z bluewind $ +# $Id: PKGBUILD 163611 2012-07-17 02:14:42Z eric $ +# Maintainer: # Contributor: Tom Killian <tomk@runbox.com> # Contributor: francois at archlinux dot org pkgname=perl-dbd-sqlite _cpanname=DBD-SQLite -pkgver=1.35 -pkgrel=2 +pkgver=1.37 +pkgrel=1 pkgdesc="Self-contained RDBMS in a DBI driver" arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/${_cpanname}" @@ -13,7 +14,7 @@ license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.61' 'sqlite') options=('!emptydirs') source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz) -md5sums=('d9752e4a26fa54e74aa893dafd02ceda') +md5sums=('b8ac1c584befa63cd5ffc391b2366e84') build() { cd "${srcdir}/${_cpanname}-${pkgver}" |