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

Jerome Leclanche jleclanche at archlinux.org
Sat Sep 24 12:06:23 UTC 2016


    Date: Saturday, September 24, 2016 @ 12:06:22
  Author: jleclanche
Revision: 190240

upgpkg: liblxqt 0.11.0-1

Upstream release 0.11.0

Modified:
  liblxqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 10:24:07 UTC (rev 190239)
+++ PKGBUILD	2016-09-24 12:06:22 UTC (rev 190240)
@@ -2,23 +2,26 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=7
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Common base library for LXQt components."
 arch=("i686" "x86_64")
 url="http://lxqt.org"
 license=("GPL2")
 depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git" "libxss")
 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=(
-	"77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+	"bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2"
 	"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