[arch-commits] Commit in lxqt-globalkeys/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Sat Sep 24 14:16:17 UTC 2016
Date: Saturday, September 24, 2016 @ 14:16:16
Author: jleclanche
Revision: 190317
upgpkg: lxqt-globalkeys 0.11.0-1
Upstream release 0.11.0
Modified:
lxqt-globalkeys/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-24 14:14:43 UTC (rev 190316)
+++ PKGBUILD 2016-09-24 14:16:16 UTC (rev 190317)
@@ -2,8 +2,8 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=lxqt-globalkeys
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
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=(
- "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
+ "454ba7dd58180576032c1cfa21c576237b0aa0ea509cb47aadc21d1fbadc1354"
"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