Date: Thursday, November 5, 2020 @ 15:15:31 Author: yan12125 Revision: 743198
upgpkg: lxqt-sudo 0.16.0-1; update URLs Modified: lxqt-sudo/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-05 15:15:28 UTC (rev 743197) +++ PKGBUILD 2020-11-05 15:15:31 UTC (rev 743198) @@ -1,20 +1,20 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=lxqt-sudo -pkgver=0.15.0 +pkgver=0.16.0 pkgrel=1 pkgdesc="LXQt privilege program (lxsu)." arch=("x86_64") groups=("lxqt") -url="https://lxqt.org" +url="https://github.com/lxqt/$pkgname" license=("LGPL2.1") depends=("liblxqt") makedepends=("lxqt-build-tools") source=( - "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" + "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" + "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc" ) -sha256sums=('bc148b2aa80c3dc6fea200a848e25b5c0684295a70f876931f11ffd168fd8fec' +sha256sums=('f4950ff7c53c64b03859801e0b317dae29cdc2ae8b093c85d91a3891d2611092' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]>
