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

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


    Date: Saturday, April 25, 2020 @ 03:17:48
  Author: yan12125
Revision: 619769

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

Modified:
  lxqt-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 03:16:44 UTC (rev 619768)
+++ PKGBUILD	2020-04-25 03:17:48 UTC (rev 619769)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-session
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt session manager"
 arch=("x86_64")
@@ -8,7 +8,7 @@
 groups=("lxqt")
 url="https://lxqt.org"
 license=("LGPL2.1")
-depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem")
+depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem" "libQt5Xdg.so")
 makedepends=("cmake" "lxqt-build-tools")
 optdepends=(
 	"breeze-icons: Default icon theme"
@@ -18,11 +18,12 @@
 source=(
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('fe6daabbd5f1ce2d8aa47c0ecc4e6656f2e59b66c59bd5f76e668cb16bdc2286'
+sha256sums=('e44fcc0ba10165713a35729fe4a7e227af466d8f8b9fbc3fed1f8a2a68a0c69f'
             '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