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

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 17:35:23 UTC 2022


    Date: Thursday, June 2, 2022 @ 17:35:23
  Author: spupykin
Revision: 1218819

archrelease: copy trunk to community-any

Added:
  perl-file-path-tiny/repos/community-any/PKGBUILD
    (from rev 1218818, perl-file-path-tiny/trunk/PKGBUILD)
Deleted:
  perl-file-path-tiny/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 17:35:15 UTC (rev 1218818)
+++ PKGBUILD	2022-06-02 17:35:23 UTC (rev 1218819)
@@ -1,30 +0,0 @@
-# Maintainer:
-
-pkgname=perl-file-path-tiny
-pkgver=0.9
-pkgrel=6
-pkgdesc='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
-arch=('any')
-url="https://metacpan.org/release/File-Path-Tiny"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-exception')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Path-Tiny-$pkgver.tar.gz")
-sha1sums=('1327cb5795b558fef931b46b7b8c8961bdb72fa0')
-
-build() {
-  cd File-Path-Tiny-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-Path-Tiny-$pkgver
-  make test
-}
-
-package() {
-  cd File-Path-Tiny-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-file-path-tiny/repos/community-any/PKGBUILD (from rev 1218818, perl-file-path-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 17:35:23 UTC (rev 1218819)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+pkgname=perl-file-path-tiny
+pkgver=1.0
+pkgrel=1
+pkgdesc='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
+arch=('any')
+url="https://metacpan.org/release/File-Path-Tiny"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-exception')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Path-Tiny-$pkgver.tar.gz")
+sha1sums=('13f89269b3bcb49f98dec852950c24eaf5ed792f')
+
+build() {
+  cd File-Path-Tiny-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-Path-Tiny-$pkgver
+  make test
+}
+
+package() {
+  cd File-Path-Tiny-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list