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

Felix Yan felixonmars at archlinux.org
Thu Oct 22 17:51:10 UTC 2020


    Date: Thursday, October 22, 2020 @ 17:51:09
  Author: felixonmars
Revision: 398746

archrelease: copy trunk to testing-any

Added:
  perl-file-listing/repos/testing-any/PKGBUILD
    (from rev 398745, 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-22 17:51:00 UTC (rev 398745)
+++ PKGBUILD	2020-10-22 17:51:09 UTC (rev 398746)
@@ -1,29 +0,0 @@
-# Maintainer:
-
-pkgname=perl-file-listing
-pkgver=6.07
-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=('1d525058e64ed3f3115721df63527752c8f3de2e0b000efea93b48054695e6b8143c613cdc1c652db30178f517f5bc106dfa176d30629553150234e7cd50682f')
-
-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 398745, perl-file-listing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 17:51:09 UTC (rev 398746)
@@ -0,0 +1,29 @@
+# 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
+}



More information about the arch-commits mailing list