[arch-commits] Commit in perl-test-file/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 25 11:25:28 UTC 2021


    Date: Thursday, February 25, 2021 @ 11:25:27
  Author: felixonmars
Revision: 873444

archrelease: copy trunk to community-any

Added:
  perl-test-file/repos/community-any/PKGBUILD
    (from rev 873438, perl-test-file/trunk/PKGBUILD)
Deleted:
  perl-test-file/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 11:25:27 UTC (rev 873443)
+++ PKGBUILD	2021-02-25 11:25:27 UTC (rev 873444)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruno Dupuis <lisael at lisael.org>
-# Contributor: Rafael Reggiani Manzo <rr.manzo at gmail.com>
-
-pkgname=perl-test-file
-pkgver=1.446
-pkgrel=1
-pkgdesc="This modules provides a collection of test utilities for file attributes."
-arch=('any')
-url='https://github.com/briandfoy/test-file'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-test-utf8')
-source=("https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-$pkgver.tar.gz")
-sha512sums=('d42251d6075ee869b0d5e5a72e9c6d2ff1ac64ca409cfceb2df2fd470a4df73b609f2669fc77ac6e637047bce5b4d9c8ccc852fd28574c271628325e6d057687')
-
-build() {
-  cd Test-File-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-File-$pkgver
-  make test
-}
-
-package() {
-  cd Test-File-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-file/repos/community-any/PKGBUILD (from rev 873438, perl-test-file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-25 11:25:27 UTC (rev 873444)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruno Dupuis <lisael at lisael.org>
+# Contributor: Rafael Reggiani Manzo <rr.manzo at gmail.com>
+
+pkgname=perl-test-file
+pkgver=1.447
+pkgrel=1
+pkgdesc="This modules provides a collection of test utilities for file attributes."
+arch=('any')
+url='https://github.com/briandfoy/test-file'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-test-utf8')
+source=("https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-$pkgver.tar.gz")
+sha512sums=('6bcf4045c5f8e5d6541400987f2e109a30c6d2fa47f43a8ea84fd15fbed1b355b0977e2f5baf2feaeaf21a23f207d28bf37600faef1c8681eb77f5d78e4050f6')
+
+build() {
+  cd Test-File-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-File-$pkgver
+  make test
+}
+
+package() {
+  cd Test-File-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list