Date: Wednesday, September 22, 2010 @ 16:28:54
  Author: pierre
Revision: 91119

fix indention; add stats url to help

Modified:
  pkgstats/trunk/PKGBUILD
  pkgstats/trunk/pkgstats.sh

-------------+
 PKGBUILD    |    4 ++--
 pkgstats.sh |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-09-22 20:10:05 UTC (rev 91118)
+++ PKGBUILD    2010-09-22 20:28:54 UTC (rev 91119)
@@ -3,14 +3,14 @@
 
 pkgname=pkgstats
 pkgver=2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='submits a list of installed packages to the Arch Linux project'
 arch=('any')
 url='https://www.archlinux.de'
 license=('GPL')
 depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'cron')
 source=('pkgstats.sh' 'pkgstats.cron')
-md5sums=('72131cc784e667db6cbd1e999175bd63'
+md5sums=('45df3a655efab2f8d38dcbe21f1ff14a'
          'e86e6b9778303367f2e31f5c311da685')
 
 package() {

Modified: pkgstats.sh
===================================================================
--- pkgstats.sh 2010-09-22 20:10:05 UTC (rev 91118)
+++ pkgstats.sh 2010-09-22 20:28:54 UTC (rev 91119)
@@ -13,11 +13,13 @@
        echo '  -h      show this help'
        echo '  -s      show what information would be sent'
        echo '          (but do not send anything)'
-       echo '  -q      be quiet except on errors'
+       echo '  -q      be quiet except on errors'
        echo ''
        echo 'pkgstats sends a list of all installed packages,'
        echo 'the architecture and the mirror you are using'
        echo 'to the Arch Linux project.'
+       echo ''
+       echo 'Statistics are available at 
https://www.archlinux.de/?page=Statistics'
 }
 
 while getopts 'vdhsq' parameter; do

Reply via email to