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

Jerome Leclanche jleclanche at archlinux.org
Sat Sep 24 14:27:19 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:27:18
  Author: jleclanche
Revision: 190331

upgpkg: lxqt-policykit 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-policykit/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 14:26:09 UTC (rev 190330)
+++ PKGBUILD	2016-09-24 14:27:18 UTC (rev 190331)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-policykit
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,16 +10,19 @@
 url="http://lxqt.org"
 license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
 )
 sha256sums=(
-	"c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+	"d67620385b5ebe3784edc08be7b627fab8748d7cdd870f5cb2405a06f72469fc"
 	"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
 
 
 build() {



More information about the arch-commits mailing list