Date: Sunday, November 13, 2022 @ 12:35:17
Author: bluewind
Revision: 1347235
archrelease: copy trunk to community-any
Added:
perl-path-tiny/repos/community-any/PKGBUILD
(from rev 1347234, 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 2022-11-13 12:35:14 UTC (rev 1347234)
+++ PKGBUILD 2022-11-13 12:35:17 UTC (rev 1347235)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz <[email protected]>
-
-pkgname=perl-path-tiny
-pkgver=0.124
-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=(16dd03cded30d00167a03315d0e11e51)
-sha512sums=(f5a8637108c52e24a88fef8148127bd2221be93bd029cb7622b3a3cfdea6c41e7cb5198de4d47551217dc8e87e6d0a8ba47a378218f92dcec2983641801a03bb)
-_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 1347234,
perl-path-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-13 12:35:17 UTC (rev 1347235)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz <[email protected]>
+
+pkgname=perl-path-tiny
+pkgver=0.142
+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=(2f4282d1ec2b6e4036cfb3d37a8315ad)
+sha512sums=(1587ee5edb241febb2571b758c67ec51057c79e3110faf3f5ccc7034993fa7a95e2512c3e8071dcb6ba5f83dd59d96398f95ea9ebe590078d4e54b834a4cce0b)
+_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: