[arch-commits] Commit in graphviz/repos (3 files)

Eric Bélanger eric at archlinux.org
Sat Aug 22 04:21:02 UTC 2009


    Date: Saturday, August 22, 2009 @ 00:21:02
  Author: eric
Revision: 50103

Merged revisions 49940 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/graphviz/trunk

........
  r49940 | kevin | 2009-08-16 23:37:36 -0400 (Sun, 16 Aug 2009) | 2 lines
  
  upgpkg: graphviz 2.24.0-1
      Updated and fixed FS#14744: fix for .install
........

Modified:
  graphviz/repos/extra-x86_64/	(properties)
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/graphviz.install

------------------+
 PKGBUILD         |    6 +++---
 graphviz.install |    7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)


Property changes on: graphviz/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /graphviz/trunk:1-44637
   + /graphviz/trunk:1-50102

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-08-22 04:01:26 UTC (rev 50102)
+++ extra-x86_64/PKGBUILD	2009-08-22 04:21:02 UTC (rev 50103)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
-pkgver=2.22.2
-pkgrel=2
+pkgver=2.24.0
+pkgrel=1
 pkgdesc="Creates acircular graph images"
 arch=('i686' 'x86_64')
 license=('CPL')
@@ -13,7 +13,7 @@
 options=('!libtool')
 source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
 install=graphviz.install
-md5sums=('34510a76ee176c6e0e64b773174e0fdc')
+md5sums=('806a30dbc3f8deb219216f35be0e7a40')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: extra-x86_64/graphviz.install
===================================================================
--- extra-x86_64/graphviz.install	2009-08-22 04:01:26 UTC (rev 50102)
+++ extra-x86_64/graphviz.install	2009-08-22 04:21:02 UTC (rev 50103)
@@ -1,6 +1,7 @@
 # arg 1:  the new package version
 post_install() {
-  # Create plugin config /usr/lib/graphviz/config.
+  # Create plugin config /usr/lib/graphviz/config6
+  rm -f usr/lib/graphviz/config{,6}
   usr/bin/dot -c
 }
 
@@ -11,6 +12,6 @@
 }
 
 # arg 1:  the old package version
-post_remove() {
-  rm -f usr/lib/graphviz/config
+pre_remove() {
+  rm -f usr/lib/graphviz/config{,6}
 }




More information about the arch-commits mailing list