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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Apr 25 03:24:28 UTC 2020


    Date: Saturday, April 25, 2020 @ 03:24:28
  Author: yan12125
Revision: 619775

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

Modified:
  lxqt-panel/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 03:19:47 UTC (rev 619774)
+++ PKGBUILD	2020-04-25 03:24:28 UTC (rev 619775)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-panel
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -10,7 +10,7 @@
 license=("LGPL2.1")
 depends=(
 	"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
-	"lxqt-globalkeys" "solid" "libxcb"
+	"lxqt-globalkeys" "solid" "libxcb" "libQt5Xdg.so"
 )
 optdepends=(
 	"libpulse: Volume control plugin"
@@ -26,11 +26,12 @@
 source=(
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4'
+sha256sums=('64f802644cdc0e8744aa631798b0b05e8df8d2eceb53b530dbfe392324b5d9a0'
             '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