summaryrefslogtreecommitdiff
path: root/extra/graphviz/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/graphviz/PKGBUILD')
-rw-r--r--extra/graphviz/PKGBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD
index e107a6eac..c70f07471 100644
--- a/extra/graphviz/PKGBUILD
+++ b/extra/graphviz/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 193136 2013-08-17 08:22:14Z pierre $
+# $Id: PKGBUILD 193739 2013-08-29 23:46:03Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=graphviz
-pkgver=2.30.1
-pkgrel=7
+pkgver=2.32.0
+pkgrel=1
pkgdesc='Graph visualization software'
url='http://www.graphviz.org/'
-license=('custom:EPL')
+license=('CPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
makedepends=('swig' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'ruby' 'tk' 'qt4')
@@ -26,10 +26,8 @@ if [ "$CARCH" != "mips64el" ]; then
optdepends+=('mono: sharp bindings'
'r: r bindings')
fi
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
- 'LICENSE')
-sha1sums=('96739220c4bbcf1bd3bd52e7111f4e60497185c6'
- 'e78277e502c29abb74b9587a5dc951ec392554ea')
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
options=('!libtool')
install=install
@@ -67,9 +65,6 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- # http://www.graphviz.org/License.php
- install -Dm644 ../LICENSE "${pkgdir}"/usr/share/licenses/graphviz/LICENSE
-
# everything has been built against cgraph, but use graph as default api
sed '/#define WITH_CGRAPH 1/d' -i "${pkgdir}"/usr/include/graphviz/types.h
}