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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Apr 25 02:45:57 UTC 2020


    Date: Saturday, April 25, 2020 @ 02:45:57
  Author: yan12125
Revision: 619731

upgpkg: lxqt-about 0.15.0-1; add .so depends

Modified:
  lxqt-about/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 02:45:00 UTC (rev 619730)
+++ PKGBUILD	2020-04-25 02:45:57 UTC (rev 619731)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lxqt-about
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt about dialog."
 arch=("x86_64")
@@ -9,17 +9,18 @@
 groups=("lxqt")
 url="https://lxqt.org"
 license=("LGPL2.1")
-depends=("liblxqt")
+depends=("liblxqt" "libQt5Xdg.so")
 makedepends=("lxqt-build-tools")
 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=('3a2ec7c9e8d885664602e5a7fa6f3d40e698254c27902a0fdd3cb1ce5a2bb707'
+sha256sums=('50d7156b5d8691ced72e85312b54da1e94503824b177c5e16ce8fae977f8445c'
             'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
 	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
 )
 
 



More information about the arch-commits mailing list