Date: Tuesday, February 26, 2019 @ 07:34:10 Author: yan12125 Revision: 436079
upgpkg: lxqt-about 0.14.1-1 * Add myself as a co-maintainer * Use HTTPS in `url` * Use LXQt GitHub organization in `source` Modified: lxqt-about/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-26 07:28:48 UTC (rev 436078) +++ PKGBUILD 2019-02-26 07:34:10 UTC (rev 436079) @@ -1,20 +1,21 @@ # Maintainer: Jerome Leclanche <[email protected]> +# Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=lxqt-about -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="LXQt about dialog." arch=("x86_64") groups=("lxqt") -url="http://lxqt.org" +url="https://lxqt.org" 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=('6a681f60f56f74bba42d0e8a5334214abcb62d126097ad8aa9cf20e8befa13d4' +sha256sums=('3a2ec7c9e8d885664602e5a7fa6f3d40e698254c27902a0fdd3cb1ce5a2bb707' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]>
