[arch-commits] Commit in lxqt-powermanagement/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Apr 25 03:16:34 UTC 2020
Date: Saturday, April 25, 2020 @ 03:16:34
Author: yan12125
Revision: 619766
upgpkg: lxqt-powermanagement 0.15.0-1; add .so depends
Modified:
lxqt-powermanagement/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 03:16:33 UTC (rev 619765)
+++ PKGBUILD 2020-04-25 03:16:34 UTC (rev 619766)
@@ -1,7 +1,7 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=lxqt-powermanagement
-pkgver=0.14.1
+pkgver=0.15.0
pkgrel=1
pkgdesc="LXQt power management daemon"
arch=("x86_64")
@@ -8,16 +8,17 @@
groups=("lxqt")
url="https://lxqt.org"
license=("LGPL2.1")
-depends=("liblxqt" "qt5-svg" "qt5-x11extras" "upower" "kidletime" "solid" "hicolor-icon-theme")
+depends=("liblxqt" "qt5-svg" "qt5-x11extras" "upower" "kidletime" "solid" "hicolor-icon-theme" "libQt5Xdg.so")
makedepends=("cmake" "lxqt-build-tools")
source=(
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
)
-sha256sums=('37ea9a6e9a485207f13f776beb3c6265ddfab0f5dab1a216b2e926bae67a7b19'
+sha256sums=('80728e48f9a88407ef9deeaeaa7dd6d6dfa52a539cdc04c6cb3ee9670d3f54cd'
'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