summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d07f369069e7..ffcde8df03a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liblxqt-git
pkgdesc = Common base library for LXQt components.
- pkgver = 0.11.1.19.g4536453
+ pkgver = 0.13.0
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -15,6 +15,7 @@ pkgbase = liblxqt-git
depends = kwindowsystem
depends = libqtxdg-git
depends = libxss
+ depends = polkit-qt5
provides = liblxqt
conflicts = liblxqt
source = git+https://github.com/lxde/liblxqt.git
diff --git a/PKGBUILD b/PKGBUILD
index a3c9c26241b2..bad98f7d5bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=liblxqt
pkgname=$_pkgname-git
-pkgver=0.11.1.19.g4536453
+pkgver=0.13.0
pkgrel=1
pkgdesc="Common base library for LXQt components."
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg-git" "libxss")
+depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg-git" "libxss" "polkit-qt5")
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname")
conflicts=("$_pkgname")