[arch-commits] Commit in graphviz/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Oct 2 21:25:58 UTC 2019


    Date: Wednesday, October 2, 2019 @ 21:25:57
  Author: bisson
Revision: 363668

upstream update

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-02 21:09:02 UTC (rev 363667)
+++ PKGBUILD	2019-10-02 21:25:57 UTC (rev 363668)
@@ -3,7 +3,8 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
-pkgver=2.42.1
+pkgver=2.42.2
+_commit=da4c2ec6f24ca1b6d1752c6b5bc4389e55682147
 pkgrel=1
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
@@ -10,7 +11,7 @@
 license=('EPL')
 arch=('x86_64')
 depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts' 'libnsl')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 'qt5-base' 'gtk2')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 'qt5-base' 'gtk2' 'git')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
             'lua: lua bindings'
@@ -22,21 +23,21 @@
             'qt5-base: gvedit'
             'gtk2: gtk output plugin'
             'xterm: vimdot')
-source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz"
+source=("git+https://gitlab.com/graphviz/graphviz.git#commit=$_commit"
         'ghostscript918.patch')
-sha256sums=('9e7c5066a78524853b027301834bf3f65871354930939bf11b66e4049d0fc5bf'
+sha256sums=('SKIP'
             '0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
 
 install=install
 
 prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
 	patch -p1 -i ../ghostscript918.patch
 	./autogen.sh
 }
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
 	export PYTHON=python2
 	export LIBPOSTFIX=/
 	export CXXFLAGS+=' -fPIC'
@@ -46,7 +47,7 @@
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
 	make DESTDIR="${pkgdir}" install
 
 	# Deduplicates TCL libraries



More information about the arch-commits mailing list