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

Jerome Leclanche jleclanche at archlinux.org
Wed Oct 26 21:18:06 UTC 2016


    Date: Wednesday, October 26, 2016 @ 21:18:06
  Author: jleclanche
Revision: 193745

upgpkg: lxqt-openssh-askpass 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-openssh-askpass/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-26 20:46:17 UTC (rev 193744)
+++ PKGBUILD	2016-10-26 21:18:06 UTC (rev 193745)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt openssh password prompt"
 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=(
-	"fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
+	"7eac52ceca73e0ccb16a517d78a80870fbb1c2d9edc33c6ad719ae35820f57ec"
 	"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