[arch-commits] Commit in perl-par-dist/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Nov 17 11:06:51 UTC 2020


    Date: Tuesday, November 17, 2020 @ 11:06:51
  Author: felixonmars
Revision: 756218

archrelease: copy trunk to community-any

Added:
  perl-par-dist/repos/community-any/PKGBUILD
    (from rev 756213, perl-par-dist/trunk/PKGBUILD)
Deleted:
  perl-par-dist/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-17 11:06:50 UTC (rev 756217)
+++ PKGBUILD	2020-11-17 11:06:51 UTC (rev 756218)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-par-dist
-pkgver=0.49
-pkgrel=6
-pkgdesc="Perl bindings to create and manipulate PAR distributions"
-arch=('any')
-url="https://search.cpan.org/dist/PAR-Dist/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz")
-md5sums=('bd852113974544f3c8c107ab4055cf8c')
-
-build() {
-  cd "$srcdir/PAR-Dist-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/PAR-Dist-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/PAR-Dist-$pkgver"
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-par-dist/repos/community-any/PKGBUILD (from rev 756213, perl-par-dist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-17 11:06:51 UTC (rev 756218)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-par-dist
+pkgver=0.50
+pkgrel=1
+pkgdesc="Perl bindings to create and manipulate PAR distributions"
+arch=('any')
+url="https://search.cpan.org/dist/PAR-Dist/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz")
+sha512sums=('07048cbda958812c792d202ddde8624a1b3b14db42feb5ac90535439f288873599ef6e59bef8b2812263a3f7a354b4912982c2e053b91355add573549eae9382')
+
+build() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list