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

Jerome Leclanche jleclanche at archlinux.org
Mon Nov 2 14:47:19 UTC 2015


    Date: Monday, November 2, 2015 @ 15:47:19
  Author: jleclanche
Revision: 145654

upgpkg: lxqt-policykit 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-policykit/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-02 14:44:39 UTC (rev 145653)
+++ PKGBUILD	2015-11-02 14:47:19 UTC (rev 145654)
@@ -2,23 +2,31 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-policykit
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org"
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
 	mkdir -p build
 	cd build
-	cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr 
 	make
 }
 



More information about the arch-commits mailing list