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

Jerome Leclanche jleclanche at archlinux.org
Mon Nov 2 14:44:15 UTC 2015


    Date: Monday, November 2, 2015 @ 15:44:15
  Author: jleclanche
Revision: 145652

upgpkg: lxqt-openssh-askpass 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-openssh-askpass/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-02 14:41:02 UTC (rev 145651)
+++ PKGBUILD	2015-11-02 14:44:15 UTC (rev 145652)
@@ -2,17 +2,24 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-openssh-askpass
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="LXQt openssh password prompt"
 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=("95c9646c8583add54e49b31c6c8dd04d9d09a8836fa8ea289e0adce403aaa72b")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {



More information about the arch-commits mailing list