Date: Thursday, November 5, 2020 @ 14:43:41 Author: yan12125 Revision: 743141
upgpkg: lxqt-build-tools 0.8.0-1; add myself as co-maintainer; update URLs Modified: lxqt-build-tools/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-05 14:41:42 UTC (rev 743140) +++ PKGBUILD 2020-11-05 14:43:41 UTC (rev 743141) @@ -1,18 +1,19 @@ # Maintainer: Jerome Leclanche <[email protected]> +# Co-Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=lxqt-build-tools -pkgver=0.7.0 +pkgver=0.8.0 pkgrel=1 pkgdesc="Various packaging tools and scripts for LXQt applications" arch=("any") -url="http://lxqt.org" +url="https://github.com/lxqt/$pkgname" license=("LGPL2.1") depends=("cmake" "qt5-tools" "git") 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=('85fe1946a92731f22585c30eda8bea923f5221ffbea0e31dc834d722d86cfb90' +sha256sums=('8cad73636e3a1f09baab0d82a2e76f3e171ce2adacade03ccc0a6cf0a51d69a9' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]>
