Date: Thursday, November 5, 2020 @ 15:45:11 Author: yan12125 Revision: 743249
upgpkg: lxqt-openssh-askpass 0.16.0-1; add myself as co-maintainer; update URLs Modified: lxqt-openssh-askpass/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-05 15:40:19 UTC (rev 743248) +++ PKGBUILD 2020-11-05 15:45:11 UTC (rev 743249) @@ -1,12 +1,13 @@ # Maintainer: Jerome Leclanche <[email protected]> +# Co-Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=lxqt-openssh-askpass -pkgver=0.15.0 +pkgver=0.16.0 pkgrel=1 pkgdesc="LXQt openssh password prompt" arch=("x86_64") groups=("lxqt") -url="https://lxqt.org" +url="https://github.com/lxqt/$pkgname" license=("LGPL2.1") depends=("liblxqt") makedepends=("cmake" "lxqt-build-tools") @@ -13,7 +14,7 @@ source=( "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc} ) -sha256sums=('5371e955b18494eaa342c9ccfc7ef64b38af4c78514bdcdc4c81a017898416c1' +sha256sums=('99f686302e2be457b82ba3444ef36613361a32335f0c44e894835a11a5d22046' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]>
