diff options
Diffstat (limited to 'extra/graphviz/PKGBUILD')
-rw-r--r-- | extra/graphviz/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD index 2337a154c..f77500bc2 100644 --- a/extra/graphviz/PKGBUILD +++ b/extra/graphviz/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 178958 2013-03-01 10:20:33Z andrea $ +# $Id: PKGBUILD 179080 2013-03-03 07:46:56Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=graphviz -pkgver=2.30.0 -pkgrel=6 +pkgver=2.30.1 +pkgrel=1 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('custom:EPL') @@ -25,7 +25,7 @@ optdepends=('mono: sharp bindings' 'qt4: gvedit') source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" 'LICENSE') -sha1sums=('596c1ddf60c5428c5c4700d10f3ea86534195311' +sha1sums=('96739220c4bbcf1bd3bd52e7111f4e60497185c6' 'e78277e502c29abb74b9587a5dc951ec392554ea') options=('!libtool') @@ -34,14 +34,13 @@ install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - . /etc/profile.d/qt4.sh - sed \ -e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-1.9.1/{$CARCH-linux,ruby/backward,})"'":' \ -e '/CONFIG/s:site:vendor:' \ -i config/config_ruby.rb sed '/LIBPOSTFIX="64"/d' -i configure + source /etc/profile.d/qt4.sh export PYTHON=python2 export LUA=lua5.1 |