[arch-commits] Commit in pkgstats/trunk (PKGBUILD pkgstats.sh)

Pierre Schmitz pierre at archlinux.org
Sun Dec 3 09:13:19 UTC 2017


    Date: Sunday, December 3, 2017 @ 09:13:18
  Author: pierre
Revision: 311527

upgpkg: pkgstats 2.3-9

Move to new subdomain and allow redirects in future

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-03 07:24:24 UTC (rev 311526)
+++ PKGBUILD	2017-12-03 09:13:18 UTC (rev 311527)
@@ -3,7 +3,7 @@
 
 pkgname=pkgstats
 pkgver=2.3
-pkgrel=8
+pkgrel=9
 pkgdesc='Submit a list of installed packages to the Arch Linux project'
 arch=('any')
 url='https://www.archlinux.de'
@@ -12,7 +12,7 @@
 source=('pkgstats.sh'
         pkgstats.{timer,service})
 install='pkgstats.install'
-md5sums=('aa66ff10b7291438f4adcad81f19e718'
+md5sums=('0acfba6a941bdf9e6a7927f18433e091'
          '4ec734d9b60c439d55db5fd779a007c8'
          '5948fa6ef41d3804f7eb6980684611d6')
 

Modified: pkgstats.sh
===================================================================
--- pkgstats.sh	2017-12-03 07:24:24 UTC (rev 311526)
+++ pkgstats.sh	2017-12-03 09:13:18 UTC (rev 311527)
@@ -3,7 +3,7 @@
 pkgstatsver='2.3'
 showonly=false
 quiet=false
-option='-q -s -S'
+option='-q -s -S -L'
 
 usage() {
 	echo "usage: ${0} [option]"
@@ -19,7 +19,7 @@
 	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/statistics'
+	echo 'Statistics are available at https://pkgstats.archlinux.de/'
 }
 
 while getopts 'vdhsq' parameter; do
@@ -74,6 +74,6 @@
 		--data-urlencode "cpuarch=${cpuarch}" \
 		--data-urlencode "mirror=${mirror}" \
 		--data-urlencode "quiet=${quiet}" \
-		'https://www.archlinux.de/statistics' \
+		'https://pkgstats.archlinux.de/post' \
 	|| echo 'Sorry, data could not be sent.' >&2
 fi



More information about the arch-commits mailing list