[arch-commits] Commit in pacgraph/trunk (PKGBUILD)
    Kyle Keen 
    kkeen at archlinux.org
       
    Sun Jun  3 23:42:31 UTC 2018
    
    
  
    Date: Sunday, June 3, 2018 @ 23:42:31
  Author: kkeen
Revision: 339554
upgpkg: pacgraph 20110629-4 BUILDINFO Rebuild
Modified:
  pacgraph/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 23:38:51 UTC (rev 339553)
+++ PKGBUILD	2018-06-03 23:42:31 UTC (rev 339554)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=pacgraph
 pkgver=20110629
-pkgrel=3
+pkgrel=4
 pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for finding bloat."
 arch=('any')
 url="http://kmkeen.com/pacgraph/"
@@ -12,7 +12,7 @@
 optdepends=('inkscape: png backend'
             'imagemagick: png backend'
             'tk: gui version')
-source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
+source=("http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz")
 md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
 
 package() {
    
    
More information about the arch-commits
mailing list