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

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 17:32:44 UTC 2022


    Date: Thursday, June 2, 2022 @ 17:32:44
  Author: spupykin
Revision: 1218795

archrelease: copy trunk to community-any

Added:
  perl-config-tiny/repos/community-any/PKGBUILD
    (from rev 1218794, 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	2022-06-02 17:32:37 UTC (rev 1218794)
+++ PKGBUILD	2022-06-02 17:32:44 UTC (rev 1218795)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-config-tiny
-pkgver=2.23
-pkgrel=4
-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=('6c3bc610c4bc587e1441e651e01584ce')
-
-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 1218794, perl-config-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 17:32:44 UTC (rev 1218795)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# 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
+}



More information about the arch-commits mailing list