[arch-commits] Commit in perl-dbd-sqlite2/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 14:01:30 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:01:30
  Author: foutrelis
Revision: 476446

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-dbd-sqlite2/repos/community-staging-x86_64/PKGBUILD
    (from rev 476445, perl-dbd-sqlite2/trunk/PKGBUILD)
Deleted:
  perl-dbd-sqlite2/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:01:26 UTC (rev 476445)
+++ PKGBUILD	2019-06-01 14:01:30 UTC (rev 476446)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-dbd-sqlite2
-pkgver=0.38
-pkgrel=2
-pkgdesc="Perl/CPAN Module DBD::SQLite2"
-arch=("x86_64")
-url="https://search.cpan.org/dist/DBD-SQLite2"
-license=("GPL" "PerlArtistic")
-depends=("perl-dbi")
-source=("https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz")
-sha256sums=('75c2e0cb76e4f9e51a5cdf986be3bf1471d478ad7b215db2f5b7c8582ac17e33')
-
-build() {
-  cd DBD-SQLite2-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd DBD-SQLite2-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-dbd-sqlite2/repos/community-staging-x86_64/PKGBUILD (from rev 476445, perl-dbd-sqlite2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:01:30 UTC (rev 476446)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-dbd-sqlite2
+pkgver=0.38
+pkgrel=3
+pkgdesc="Perl/CPAN Module DBD::SQLite2"
+arch=("x86_64")
+url="https://search.cpan.org/dist/DBD-SQLite2"
+license=("GPL" "PerlArtistic")
+depends=("perl-dbi")
+source=("https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz")
+sha256sums=('75c2e0cb76e4f9e51a5cdf986be3bf1471d478ad7b215db2f5b7c8582ac17e33')
+
+build() {
+  cd DBD-SQLite2-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd DBD-SQLite2-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list