[arch-commits] Commit in perl-dbd-sqlite/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Feb 11 05:42:15 UTC 2016


    Date: Thursday, February 11, 2016 @ 06:42:14
  Author: fyan
Revision: 259058

upgpkg: perl-dbd-sqlite 1.50-1

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-11 05:37:24 UTC (rev 259057)
+++ PKGBUILD	2016-02-11 05:42:14 UTC (rev 259058)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=perl-dbd-sqlite
-pkgver=1.48
+pkgver=1.50
 pkgrel=1
 pkgdesc="Self-contained RDBMS in a DBI driver"
 arch=('i686' 'x86_64')
@@ -9,9 +9,8 @@
 url="http://search.cpan.org/dist/DBD-SQLite"
 license=('GPL' 'PerlArtistic')
 depends=('perl-dbi' 'sqlite')
-options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${pkgver}.tar.gz)
-md5sums=('020c02ca595b2074a767a19af8506d2a')
+md5sums=('d56eebfb5f2a14be9413b025e7dca9fe')
 
 build() {
   cd DBD-SQLite-${pkgver}
@@ -27,6 +26,9 @@
 package() {
   cd DBD-SQLite-${pkgver}
   make install DESTDIR="${pkgdir}"
+
+  rm -r "$pkgdir/usr/lib/perl5/core_perl"
+
 # template start; name=perl-binary-module-dependency; version=1;
 if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
 	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')



More information about the arch-commits mailing list