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

Jerome Leclanche jleclanche at archlinux.org
Mon Nov 2 14:06:08 UTC 2015


    Date: Monday, November 2, 2015 @ 15:06:08
  Author: jleclanche
Revision: 145638

upgpkg: lxqt-globalkeys 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-02 14:01:09 UTC (rev 145637)
+++ PKGBUILD	2015-11-02 14:06:08 UTC (rev 145638)
@@ -2,16 +2,24 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-globalkeys
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("i686" "x86_64")
+groups=("lxqt")
 url="http://lxqt.org"
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("45292e125e8cc2f18afa7d358366ade670c8d73871caf04f4536a4be985d9f12")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {



More information about the arch-commits mailing list