diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-08-20 00:51:51 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2009-08-20 00:51:51 +0200 |
commit | 168118db7c4b1fd03547440cc5359a6d1a2f4fd4 (patch) | |
tree | 6f2521b0d50d70a396dc969e803d0d11f8d33eeb /pacgraph/PKGBUILD | |
parent | 702a3d5b092feb07625958a31dc225863319a10e (diff) | |
download | aur-packages-168118db7c4b1fd03547440cc5359a6d1a2f4fd4.tar.gz aur-packages-168118db7c4b1fd03547440cc5359a6d1a2f4fd4.tar.xz |
mass update
Diffstat (limited to 'pacgraph/PKGBUILD')
-rw-r--r-- | pacgraph/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pacgraph/PKGBUILD b/pacgraph/PKGBUILD index f41ce3a..351b674 100644 --- a/pacgraph/PKGBUILD +++ b/pacgraph/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: Kyle Keen <keenerd@gmail.com> pkgname=pacgraph -pkgver=20090614 +pkgver=20090810 pkgrel=2 pkgdesc="Draws a graph of installed packages to PNG, SVG, console or GUI. Good for finding bloat." arch=('i686' 'x86_64') @@ -8,9 +8,9 @@ url="http://kmkeen.com/pacgraph/" license=('GPL') depends=('python') makedepends=() -optdepends=('inkscape' 'imagemagick' 'svg2png', 'tk') +optdepends=('inkscape' 'imagemagick' 'svg2png' 'tk') source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz) -md5sums=('f91d930b22a75c8900c7539d09e0fa7e') +md5sums=('346d3588b44c89275d123750a85cdd7c') build() { cd $startdir/src/$pkgname |