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

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


    Date: Thursday, June 2, 2022 @ 18:14:12
  Author: spupykin
Revision: 1218877

archrelease: copy trunk to community-any

Added:
  perl-chart/repos/community-any/PKGBUILD
    (from rev 1218876, perl-chart/trunk/PKGBUILD)
Deleted:
  perl-chart/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 18:14:02 UTC (rev 1218876)
+++ PKGBUILD	2022-06-02 18:14:12 UTC (rev 1218877)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
-
-pkgname=perl-chart
-pkgver=2.4.10
-pkgrel=4
-pkgdesc="Business chart widget collection"
-arch=('any')
-url="https://search.cpan.org/dist/Chart"
-license=('GPL' 'PerlArtistic')
-depends=('perl-gd>=1.2')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-$pkgver.tar.gz)
-sha256sums=('84bd99a1a0ce72477b15e35881e6120398bb3f553aeeb5e8d72b088520e4f6bf')
-
-build() {
-  cd  "$srcdir"/Chart-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Chart-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-chart/repos/community-any/PKGBUILD (from rev 1218876, perl-chart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 18:14:12 UTC (rev 1218877)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-chart
+pkgver=2.401.1
+pkgrel=1
+pkgdesc="Business chart widget collection"
+arch=('any')
+url="https://search.cpan.org/dist/Chart"
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd>=1.2')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/L/LI/LICHTKIND/Chart-v$pkgver.tar.gz)
+sha256sums=('4834109f7ae03bc83025e9674e3460a0311989ec8c687fc4f3b26c52b61fadf0')
+
+build() {
+  cd  "$srcdir"/Chart-v$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Chart-v$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list