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

Jerome Leclanche jleclanche at archlinux.org
Sat Sep 24 14:32:09 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:32:09
  Author: jleclanche
Revision: 190337

upgpkg: lxqt-powermanagement 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-powermanagement/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 14:30:32 UTC (rev 190336)
+++ PKGBUILD	2016-09-24 14:32:09 UTC (rev 190337)
@@ -2,24 +2,27 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-powermanagement
-pkgver=0.10.0
-pkgrel=5
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt power management daemon"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org"
 license=("LGPL2.1")
-depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
-makedepends=("cmake" "qt5-tools")
+depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "kidletime" "solid" "xdg-utils")
+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=(
-	"85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
+	"3635ccee88fa4eb8233c2157ff1b7a883542ee60265d7494d5778a552ffb9213"
 	"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