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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 31 20:54:23 UTC 2022


    Date: Wednesday, August 31, 2022 @ 20:54:23
  Author: felixonmars
Revision: 1289501

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 20:54:09 UTC (rev 1289500)
+++ PKGBUILD	2022-08-31 20:54:23 UTC (rev 1289501)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Phillip Smith <fukawi2 at NO-SPAM.gmail.com>
-# http://github.com/fukawi2/aur-packages
-# Contributor: Jason St. John <jstjohn .. purdue . edu>
-# Contributor: antoniolucas <antoniolucasnobar at gmail dot com>
-
-pkgname=perl-graphviz
-pkgver=2.24
-pkgrel=8
-pkgdesc="GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
-arch=('any')
-url="https://search.cpan.org/dist/GraphViz"
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-libwww' 'perl-parse-recdescent'
-         'perl-xml-twig' 'perl-xml-xpath')
-checkdepends=('perl-test-pod')
-source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/GraphViz-$pkgver.tgz")
-md5sums=('b57b32444e73d24cf9c374bf38bad699')
-
-build() {
-  cd GraphViz-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd GraphViz-$pkgver
-  make test
-}
-
-package() {
-  cd GraphViz-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-graphviz/repos/community-any/PKGBUILD (from rev 1289500, perl-graphviz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-31 20:54:23 UTC (rev 1289501)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Phillip Smith <fukawi2 at NO-SPAM.gmail.com>
+# https://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: antoniolucas <antoniolucasnobar at gmail dot com>
+
+pkgname=perl-graphviz
+pkgver=2.25
+pkgrel=1
+pkgdesc="GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
+arch=('any')
+url="https://search.cpan.org/dist/GraphViz"
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-libwww' 'perl-parse-recdescent'
+         'perl-xml-twig' 'perl-xml-xpath')
+checkdepends=('perl-test-pod')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETJ/GraphViz-$pkgver.tar.gz")
+sha512sums=('906899f6b45c9d537594e9d99e5c38848a3adeac0677890dd41544e390fcd2d9dcfa46ae1afc5d98bad6011c33b19b340955c36e188fa6953a0dcdda39530730')
+
+build() {
+  cd GraphViz-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd GraphViz-$pkgver
+  make test
+}
+
+package() {
+  cd GraphViz-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list