[arch-commits] Commit in perl-time-duration/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 17:38:52 UTC 2022


    Date: Thursday, June 2, 2022 @ 17:38:52
  Author: spupykin
Revision: 1218853

archrelease: copy trunk to community-any

Added:
  perl-time-duration/repos/community-any/PKGBUILD
    (from rev 1218852, perl-time-duration/trunk/PKGBUILD)
Deleted:
  perl-time-duration/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 17:38:45 UTC (rev 1218852)
+++ PKGBUILD	2022-06-02 17:38:52 UTC (rev 1218853)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-time-duration
-epoch=1
-pkgver=1.20
-pkgrel=4
-pkgdesc="rounded or exact English expression of durations"
-arch=('any')
-url="https://search.cpan.org/dist/Time-Duration"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-test-pod-coverage' 'perl-test-pod')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Time-Duration-$pkgver.tar.gz)
-md5sums=('7fefa5857daaab09edbdb5ece83ebfa6')
-
-build() {
-  cd  "$srcdir"/Time-Duration-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Time-Duration-${pkgver}
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-time-duration/repos/community-any/PKGBUILD (from rev 1218852, perl-time-duration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 17:38:52 UTC (rev 1218853)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-time-duration
+epoch=1
+pkgver=1.21
+pkgrel=1
+pkgdesc="rounded or exact English expression of durations"
+arch=('any')
+url="https://search.cpan.org/dist/Time-Duration"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-test-pod-coverage' 'perl-test-pod')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Time-Duration-$pkgver.tar.gz)
+md5sums=('451be4126045398c48bb7e36ae525453')
+
+build() {
+  cd  "$srcdir"/Time-Duration-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Time-Duration-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list