Date: Saturday, September 24, 2016 @ 14:42:07
  Author: jleclanche
Revision: 190347

upgpkg: lxqt-sudo 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-09-24 14:41:02 UTC (rev 190346)
+++ PKGBUILD    2016-09-24 14:42:07 UTC (rev 190347)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jer...@leclan.ch>
 
 pkgname=lxqt-sudo
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt privilege program (lxsu)."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,16 +10,19 @@
 url="http://lxqt.org";
 license=("LGPL2.1")
 depends=("liblxqt")
-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=(
-       "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
+       "12666718f04ed508261c432789a608ba460b5cd641770708780d52400e848770"
        "SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+)
 
 
 build() {

Reply via email to