[arch-commits] Commit in perl-ipc-run/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 18:15:12 UTC 2022


    Date: Thursday, June 2, 2022 @ 18:15:11
  Author: spupykin
Revision: 1218887

archrelease: copy trunk to community-any

Added:
  perl-ipc-run/repos/community-any/PKGBUILD
    (from rev 1218886, perl-ipc-run/trunk/PKGBUILD)
Deleted:
  perl-ipc-run/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 18:15:04 UTC (rev 1218886)
+++ PKGBUILD	2022-06-02 18:15:11 UTC (rev 1218887)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-ipc-run
-pkgver=20180523.0
-pkgrel=2
-pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
-arch=('any')
-url="https://search.cpan.org/dist/IPC-Run"
-license=('GPL' 'PerlArtistic')
-# IPC::Run depends on IO::Pty which is provided by perl-io-tty
-depends=('perl' 'perl-io-tty')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz")
-sha256sums=('3850d7edf8a4671391c6e99bb770698e1c45da55b323b31c76310913349b6c2f')
-
-build() {
-  cd "$srcdir"/IPC-Run-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/IPC-Run-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name perllocal.pod -delete
-  find "$pkgdir" -name .packlist -delete
-}

Copied: perl-ipc-run/repos/community-any/PKGBUILD (from rev 1218886, perl-ipc-run/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 18:15:11 UTC (rev 1218887)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-ipc-run
+pkgver=20200505.0
+pkgrel=1
+pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
+arch=('any')
+url="https://search.cpan.org/dist/IPC-Run"
+license=('GPL' 'PerlArtistic')
+# IPC::Run depends on IO::Pty which is provided by perl-io-tty
+depends=('perl' 'perl-io-tty')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz")
+sha256sums=('816ebf217fa0df99c583d73c0acc6ced78ac773787c664c75cbf140bb7e4c901')
+
+build() {
+  cd "$srcdir"/IPC-Run-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/IPC-Run-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}



More information about the arch-commits mailing list