Date: Saturday, April 8, 2023 @ 21:03:28
Author: spupykin
Revision: 1442965
archrelease: copy trunk to community-any
Added:
perl-config-tiny/repos/community-any/PKGBUILD
(from rev 1442964, perl-config-tiny/trunk/PKGBUILD)
Deleted:
perl-config-tiny/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-08 21:02:34 UTC (rev 1442964)
+++ PKGBUILD 2023-04-08 21:03:28 UTC (rev 1442965)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-config-tiny
-pkgver=2.28
-pkgrel=1
-pkgdesc="Read/Write .ini style files with as little code as possible "
-arch=('any')
-url="https://search.cpan.org/dist/Config-Tiny"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-$pkgver.tgz)
-md5sums=('4210c634e43b5374c56059e3139092ed')
-
-build() {
- cd "$srcdir"/Config-Tiny-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "$srcdir"/Config-Tiny-$pkgver
- make install DESTDIR="$pkgdir"
- find "$pkgdir" -name '.packlist' -delete
- find "$pkgdir" -name '*.pod' -delete
-}
Copied: perl-config-tiny/repos/community-any/PKGBUILD (from rev 1442964,
perl-config-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-08 21:03:28 UTC (rev 1442965)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-config-tiny
+pkgver=2.29
+pkgrel=1
+pkgdesc="Read/Write .ini style files with as little code as possible "
+arch=('any')
+url="https://search.cpan.org/dist/Config-Tiny"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-$pkgver.tgz)
+sha256sums=('3de79b0ea03a8d6a93e9d9128fe845fb556222b14699a4f6f0d5ca057ae3333b')
+
+build() {
+ cd "$srcdir"/Config-Tiny-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/Config-Tiny-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}