[arch-commits] Commit in perl-file-listing/repos/testing-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Oct 23 08:32:30 UTC 2020


    Date: Friday, October 23, 2020 @ 08:32:29
  Author: felixonmars
Revision: 398750

archrelease: copy trunk to testing-any

Added:
  perl-file-listing/repos/testing-any/PKGBUILD
    (from rev 398749, perl-file-listing/trunk/PKGBUILD)
Deleted:
  perl-file-listing/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-23 08:32:19 UTC (rev 398749)
+++ PKGBUILD	2020-10-23 08:32:29 UTC (rev 398750)
@@ -1,29 +0,0 @@
-# Maintainer:
-
-pkgname=perl-file-listing
-pkgver=6.10
-pkgrel=1
-pkgdesc="parse directory listing"
-arch=('any')
-url="https://search.cpan.org/dist/File-Listing"
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-http-date')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/File-Listing-${pkgver}.tar.gz")
-sha512sums=('387590788685a137157268b1940f7c97877329aec06a67205ed98ade5b14815e726feb9da511f3517211c8cc580293b07ee280d2dedb5f2ceb36275949908dff')
-
-build() {
-  cd File-Listing-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-Listing-${pkgver}
-  make test
-}
-
-package() {
-  cd File-Listing-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-file-listing/repos/testing-any/PKGBUILD (from rev 398749, perl-file-listing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-23 08:32:29 UTC (rev 398750)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-file-listing
+pkgver=6.11
+pkgrel=1
+pkgdesc="parse directory listing"
+arch=('any')
+url="https://search.cpan.org/dist/File-Listing"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/File-Listing-${pkgver}.tar.gz")
+sha512sums=('7ed450b86bf39602c7d28fea330122a6c3991784ed660b20c532f157097c8abef99ba26fce2b965af1e114ef7ce2e5e5aa7f7b0638beaa08719e81ade7b9835a')
+
+build() {
+  cd File-Listing-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-Listing-${pkgver}
+  make test
+}
+
+package() {
+  cd File-Listing-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list