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

Felix Yan felixonmars at archlinux.org
Wed Jan 6 11:04:40 UTC 2021


    Date: Wednesday, January 6, 2021 @ 11:04:40
  Author: felixonmars
Revision: 810556

archrelease: copy trunk to community-any

Added:
  perl-test-file/repos/community-any/PKGBUILD
    (from rev 810555, 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-01-06 11:04:28 UTC (rev 810555)
+++ PKGBUILD	2021-01-06 11:04:40 UTC (rev 810556)
@@ -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.443
-pkgrel=4
-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=('9ad66b3a9dc1c3752a4ec22934db9139ac010ac3237a3de018d4ec4a65ac047f0152ab9e7979a2615412c1af02a1f2dfa0dbfdf5eba5358628b1b443232c45b2')
-
-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 810555, perl-test-file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-06 11:04:40 UTC (rev 810556)
@@ -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.444
+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=('fa6cff94b2f845ca9cffe13f2e1549ec832f3c494b389bac17d24b58083572f38b60667ae16eab67bd1c0c1813636f0553080abefbe3a9699ecd6329146ca7fd')
+
+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