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

Felix Yan felixonmars at archlinux.org
Sun Feb 21 23:18:53 UTC 2021


    Date: Sunday, February 21, 2021 @ 23:18:53
  Author: felixonmars
Revision: 868258

archrelease: copy trunk to community-any

Added:
  perl-test-file/repos/community-any/PKGBUILD
    (from rev 868257, 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-21 23:18:42 UTC (rev 868257)
+++ PKGBUILD	2021-02-21 23:18:53 UTC (rev 868258)
@@ -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.445
-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=('ad37d153f8dbc1440533e9aa5bbd59444212cadff66b9b4a33a24716bde48a38158547e7a9d66ae88e13c9c8c0e955ce917505080a95e916787bf873ff4c7ece')
-
-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 868257, perl-test-file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-21 23:18:53 UTC (rev 868258)
@@ -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.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
+}



More information about the arch-commits mailing list