diff options
author | root <root@rshg047.dnsready.net> | 2011-05-30 22:48:08 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-30 22:48:08 +0000 |
commit | a422536e1ba326bff507ba81859c784a135d1804 (patch) | |
tree | 85caa09390d3bf641e0363b0f0dbf9447e3b5ef8 /community/flowcanvas/PKGBUILD | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (diff) |
Mon May 30 22:48:08 UTC 2011
Diffstat (limited to 'community/flowcanvas/PKGBUILD')
-rw-r--r-- | community/flowcanvas/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/flowcanvas/PKGBUILD b/community/flowcanvas/PKGBUILD index bb1b0808c..ce145f515 100644 --- a/community/flowcanvas/PKGBUILD +++ b/community/flowcanvas/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 37633 2011-01-15 21:43:11Z schiv $ +# $Id: PKGBUILD 48184 2011-05-29 16:00:31Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Max a.k.a. Synthead <synthead@gmail.com> # Contributor: christhemonkey <christhemonkey at gmail dot com> pkgname=flowcanvas pkgver=0.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Gtkmm/Gnomecanvasmm widget for boxes-and-lines style environments" -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://drobilla.net/software/flowcanvas/" depends=('libgnomecanvasmm' 'graphviz') makedepends=('boost' 'python2') |