[arch-commits] Commit in perl-dbd-pg/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Mon Sep 5 15:35:40 UTC 2022
Date: Monday, September 5, 2022 @ 15:35:40
Author: spupykin
Revision: 1293023
archrelease: copy trunk to community-x86_64
Added:
perl-dbd-pg/repos/community-x86_64/PKGBUILD
(from rev 1293022, perl-dbd-pg/trunk/PKGBUILD)
Deleted:
perl-dbd-pg/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 15:35:01 UTC (rev 1293022)
+++ PKGBUILD 2022-09-05 15:35:40 UTC (rev 1293023)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-dbd-pg
-pkgver=3.15.1
-pkgrel=1
-pkgdesc="Postgres Driver for DBI"
-arch=('x86_64')
-url="https://search.cpan.org/dist/DBD-Pg"
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'postgresql-libs')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz")
-sha512sums=('9714b7f69e7f788652fb7f045eb703c940330576fe83849021d9c0fa48a5cceba7bc119e10a22eefa1d43e1c65bead701711e42738f27c3153e1aa0eb44c977e')
-
-build() {
- cd DBD-Pg-${pkgver}
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd DBD-Pg-${pkgver}
- make install DESTDIR="$pkgdir"
- find "$pkgdir" -name '.packlist' -delete
- find "$pkgdir" -name '*.pod' -delete
-}
Copied: perl-dbd-pg/repos/community-x86_64/PKGBUILD (from rev 1293022, perl-dbd-pg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 15:35:40 UTC (rev 1293023)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-dbd-pg
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Postgres Driver for DBI"
+arch=('x86_64')
+url="https://search.cpan.org/dist/DBD-Pg"
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz")
+sha512sums=('03fd29af326405772aff65a9f28cad3da1f81f4be17ef965ccc0c0c23b740ce94740a08bc427943ed6f34466becb54978dd92bcf5acb0139bffd957505ff49da')
+
+build() {
+ cd DBD-Pg-${pkgver}
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd DBD-Pg-${pkgver}
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list