[arch-commits] Commit in lxqt-build-tools/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Apr 16 13:49:41 UTC 2021


    Date: Friday, April 16, 2021 @ 13:49:41
  Author: yan12125
Revision: 919423

upgpkg: lxqt-build-tools 0.9.0-1

Perl is needed since https://github.com/lxqt/lxqt-build-tools/pull/59

Modified:
  lxqt-build-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 13:47:52 UTC (rev 919422)
+++ PKGBUILD	2021-04-16 13:49:41 UTC (rev 919423)
@@ -2,18 +2,18 @@
 # Co-Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lxqt-build-tools
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Various packaging tools and scripts for LXQt applications"
 arch=("any")
 url="https://github.com/lxqt/$pkgname"
 license=("LGPL2.1")
-depends=("cmake" "qt5-tools" "git")
+depends=("cmake" "qt5-tools" "git" "perl")
 source=(
 	"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=('8cad73636e3a1f09baab0d82a2e76f3e171ce2adacade03ccc0a6cf0a51d69a9'
+sha256sums=('9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d'
             'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>



More information about the arch-commits mailing list