[arch-commits] Commit in libsysstat/trunk (PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Tue Sep 20 06:51:43 UTC 2016


    Date: Tuesday, September 20, 2016 @ 06:51:42
  Author: jleclanche
Revision: 190007

upgpkg: libsysstat 0.3.2-1

Upstream release 0.3.2

Modified:
  libsysstat/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-20 06:08:50 UTC (rev 190006)
+++ PKGBUILD	2016-09-20 06:51:42 UTC (rev 190007)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=libsysstat
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="Library to query system statistics (net, resource usage, ...)"
 arch=("i686" "x86_64")
 url="http://lxqt.org"
@@ -11,16 +11,18 @@
 depends=("qt5-base")
 makedepends=("cmake" "qt5-tools")
 source=(
-	"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+	"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
 )
 sha256sums=(
-	"88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
+	"783ce129e781a9d7cd22b31f59ca6d739801dd4ec7107545084bbfb25aab2838"
 	"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
 
-
 build() {
 	mkdir -p build
 	cd build



More information about the arch-commits mailing list