[arch-commits] Commit in perl-ipc-run/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Mon Sep 5 16:11:35 UTC 2022
Date: Monday, September 5, 2022 @ 16:11:35
Author: spupykin
Revision: 1293060
archrelease: copy trunk to community-any
Added:
perl-ipc-run/repos/community-any/PKGBUILD
(from rev 1293059, 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-09-05 16:10:40 UTC (rev 1293059)
+++ PKGBUILD 2022-09-05 16:11:35 UTC (rev 1293060)
@@ -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=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
-}
Copied: perl-ipc-run/repos/community-any/PKGBUILD (from rev 1293059, perl-ipc-run/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 16:11:35 UTC (rev 1293060)
@@ -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=20220807.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=('277d781dbbc98af18e979c7ef36f222513d7361742c52507c3348b265f6f5e69')
+
+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