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

Florian Pritz bluewind at gemini.archlinux.org
Mon Nov 1 10:06:44 UTC 2021


    Date: Monday, November 1, 2021 @ 10:06:44
  Author: bluewind
Revision: 1035171

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-01 10:06:42 UTC (rev 1035170)
+++ PKGBUILD	2021-11-01 10:06:44 UTC (rev 1035171)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-path-tiny
-pkgver=0.118
-pkgrel=2
-pkgdesc='File path utility'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1')
-url=https://metacpan.org/release/Path-Tiny
-source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz")
-md5sums=(cb34fd356725ec12b78e88ddac37db08)
-sha512sums=(cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61)
-_ddir="Path-Tiny-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-path-tiny/repos/community-any/PKGBUILD (from rev 1035170, perl-path-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-01 10:06:44 UTC (rev 1035171)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-path-tiny
+pkgver=0.120
+pkgrel=1
+pkgdesc='File path utility'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1')
+url=https://metacpan.org/release/Path-Tiny
+source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz")
+md5sums=(046d14dde6e3568aee5085487dd4769e)
+sha512sums=(3900fed77950154de60f0596b31f16c653597135d944a54a7e67d77254e0fe77f870defa76ab0c11f895c6d2de4cf0e340726074cf58aa83297f6b3aa30d7b12)
+_ddir="Path-Tiny-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list