[arch-commits] CVS update of extra/x11/graphviz (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Thu Mar 27 19:38:19 UTC 2008
Date: Thursday, March 27, 2008 @ 15:38:19
Author: andyrtr
Path: /home/cvs-extra/extra/x11/graphviz
Modified: PKGBUILD (1.23 -> 1.24)
upgpkg: graphviz 2.16.1-3
rebuild for libtool/dowgrade, 2.18 was moved by accident from testing
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: extra/x11/graphviz/PKGBUILD
diff -u extra/x11/graphviz/PKGBUILD:1.23 extra/x11/graphviz/PKGBUILD:1.24
--- extra/x11/graphviz/PKGBUILD:1.23 Mon Mar 17 14:58:45 2008
+++ extra/x11/graphviz/PKGBUILD Thu Mar 27 15:38:19 2008
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.23 2008/03/17 18:58:45 andyrtr Exp $
+# $Id: PKGBUILD,v 1.24 2008/03/27 19:38:19 andyrtr Exp $
# Maintainer: kevin <kevin at archlinux.org>
# Contributor: John Proctor <jproctor at prium.net>
pkgname=graphviz
-pkgver=2.18
-pkgrel=1
+pkgver=2.16.1
+pkgrel=3
pkgdesc="Creates acircular graph images"
arch=('i686' 'x86_64')
license=('CPL')
-depends=('gd>=2.0.35' 'librsvg>=2.22.2' 'libxaw>=1.0.4' 'libtool>=2.2')
+ depends=('gd' 'gtk2' 'libxaw' 'libtool>=2.2')
makedepends=('bison' 'flex')
url="http://www.graphviz.org/"
-options=('!libtool')
+options=('!libtool' 'force')
source=(${url}/pub/${pkgname}/ARCHIVE/${pkgname}-${pkgver}.tar.gz)
install=graphviz.install
-md5sums=('7df2705482c86fc7a9ee5f0446ed0b9e')
+md5sums=('8952fb2a627b38e38ed429a3a9d5cc5c')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
More information about the arch-commits
mailing list