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

Gaetan Bisson bisson at nymeria.archlinux.org
Sun Mar 3 07:46:10 UTC 2013


    Date: Sunday, March 3, 2013 @ 08:46:10
  Author: bisson
Revision: 179079

upstream update

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-03 07:44:38 UTC (rev 179078)
+++ PKGBUILD	2013-03-03 07:46:10 UTC (rev 179079)
@@ -4,8 +4,8 @@
 # Contributor: John Proctor <jproctor at 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 @@
             'qt4: gvedit')
 source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
         'LICENSE')
-sha1sums=('596c1ddf60c5428c5c4700d10f3ea86534195311'
+sha1sums=('96739220c4bbcf1bd3bd52e7111f4e60497185c6'
           'e78277e502c29abb74b9587a5dc951ec392554ea')
 
 options=('!libtool')
@@ -34,14 +34,13 @@
 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
 




More information about the arch-commits mailing list