[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Mon Nov 2 15:54:29 UTC 2015
Date: Monday, November 2, 2015 @ 16:54:29
Author: jleclanche
Revision: 145666
upgpkg: lxqt-runner 0.10.0-2
Upstream release 0.10.0
Modified:
lxqt-runner/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-02 15:26:34 UTC (rev 145665)
+++ PKGBUILD 2015-11-02 15:54:29 UTC (rev 145666)
@@ -2,17 +2,24 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=lxqt-runner
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=2
pkgdesc="The LXQt application launcher"
arch=("i686" "x86_64")
groups=("lxqt")
url="http://lxqt.org"
-license=("GPL2")
+license=("LGPL2.1")
depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
+source=(
+ "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+ "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+ "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+ "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
build() {
More information about the arch-commits
mailing list