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

Jerome Leclanche jleclanche at archlinux.org
Fri Nov 6 18:02:21 UTC 2015


    Date: Friday, November 6, 2015 @ 19:02:21
  Author: jleclanche
Revision: 146326

upgpkg: libsysstat 0.3.1-2

Rebuild and use https for sources

Modified:
  libsysstat/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-06 17:57:50 UTC (rev 146325)
+++ PKGBUILD	2015-11-06 18:02:21 UTC (rev 146326)
@@ -3,15 +3,22 @@
 
 pkgname=libsysstat
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to query system statistics (net, resource usage, ...)"
 arch=("i686" "x86_64")
 url="http://lxqt.org"
-license=("GPL2")
+license=("LGPL2.1")
 depends=("qt5-base")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648")
+source=(
+	"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {



More information about the arch-commits mailing list