Date: Wednesday, February 6, 2013 @ 15:03:25 Author: kkeen Revision: 83907
upgpkg: pacgraph 20110629-2 pkgdir todo Modified: pacgraph/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-06 14:02:35 UTC (rev 83906) +++ PKGBUILD 2013-02-06 14:03:25 UTC (rev 83907) @@ -2,7 +2,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=pacgraph pkgver=20110629 -pkgrel=1 +pkgrel=2 pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console. Good for finding bloat." arch=('any') url="http://kmkeen.com/pacgraph/" @@ -15,7 +15,7 @@ source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz) md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2') -build() { +package() { cd "$srcdir/$pkgname" install -D -m 0755 pacgraph "$pkgdir/usr/bin/pacgraph" install -D -m 0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
