diff options
author | root <root@rshg054.dnsready.net> | 2013-08-31 02:47:09 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-31 02:47:09 -0700 |
commit | 35038ccdbc0ea8a9d5c9bf1f5e992d84dda29b99 (patch) | |
tree | afe4d4bb8cf56641358ca5d375e81a42974d24bb /extra/graphviz/PKGBUILD | |
parent | 109554d1877a597958bd06c69eb4a8fca34ef367 (diff) |
Sat Aug 31 02:42:46 PDT 2013
Diffstat (limited to 'extra/graphviz/PKGBUILD')
-rw-r--r-- | extra/graphviz/PKGBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD index 58b8679e6..071ed1cd1 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') depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt4') @@ -23,10 +23,8 @@ optdepends=('mono: sharp bindings' 'ruby: ruby bindings' 'tcl: tcl bindings' 'qt4: gvedit') -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 @@ -64,9 +62,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 } |