[arch-commits] Commit in graphviz/trunk (PKGBUILD)
Kevin Piché
kevin at archlinux.org
Tue May 5 02:57:35 UTC 2009
Date: Monday, May 4, 2009 @ 22:57:35
Author: kevin
Revision: 37929
upgpkg: graphviz 2.22.2-1
Modified:
graphviz/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-05-05 01:57:50 UTC (rev 37928)
+++ PKGBUILD 2009-05-05 02:57:35 UTC (rev 37929)
@@ -3,16 +3,17 @@
# Contributor: John Proctor <jproctor at prium.net>
pkgname=graphviz
-pkgver=2.20.3
+pkgver=2.22.2
pkgrel=1
pkgdesc="Creates acircular graph images"
arch=('i686' 'x86_64')
license=('CPL')
- depends=('gd>=2.0.35' 'librsvg>=2.22.3' 'libxaw>=1.0.5' 'libtool>=2.2')
+depends=('gd>=2.0.35' 'librsvg>=2.22.3' 'libxaw>=1.0.5' 'libtool>=2.2')
url="http://www.graphviz.org/"
-options=('!libtool' 'force')
+options=('!libtool')
source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
install=graphviz.install
+md5sums=('34510a76ee176c6e0e64b773174e0fdc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list