[arch-commits] Commit in perl-par-dist/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 30 14:24:47 UTC 2020
Date: Monday, November 30, 2020 @ 14:24:47
Author: felixonmars
Revision: 766567
archrelease: copy trunk to community-any
Added:
perl-par-dist/repos/community-any/PKGBUILD
(from rev 766566, 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-30 14:24:41 UTC (rev 766566)
+++ PKGBUILD 2020-11-30 14:24:47 UTC (rev 766567)
@@ -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.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"
-}
Copied: perl-par-dist/repos/community-any/PKGBUILD (from rev 766566, perl-par-dist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-30 14:24:47 UTC (rev 766567)
@@ -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.51
+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=('4c06ff54dfa8f3dc4766b60c45337b3cf80b32ec6bcc49d7e5a4786e0533e495f6215b257100fa5aae50f12e01a8b3d7144254d8706019c50ff115915f0fcb41')
+
+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