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

Jerome Leclanche jleclanche at archlinux.org
Thu Sep 29 07:54:37 UTC 2016


    Date: Thursday, September 29, 2016 @ 07:54:37
  Author: jleclanche
Revision: 190778

upgpkg: lxqt-runner 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-runner/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 07:29:36 UTC (rev 190777)
+++ PKGBUILD	2016-09-29 07:54:37 UTC (rev 190778)
@@ -2,24 +2,27 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-runner
-pkgver=0.10.0
-pkgrel=5
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org"
 license=("LGPL2.1")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
-makedepends=("cmake" "qt5-tools")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script" "muparser")
+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=(
-	"d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+	"ceb0139840d95448b63a8a30cc3b0d33687d596b9c23fbcf29b6608550711db1"
 	"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