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 f515015d5a50..a4f1289a37bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-qtplugin-git
pkgdesc = LXQt platform integration for Qt
- pkgver = 0.9.0
+ pkgver = 0.10.0.8.g411f696
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -10,6 +10,7 @@ pkgbase = lxqt-qtplugin-git
makedepends = cmake
makedepends = qt5-tools
depends = liblxqt-git
+ depends = libdbusmenu-qt5
provides = lxqt-qtplugin
conflicts = lxqt-qtplugin
source = git+https://github.com/lxde/lxqt-qtplugin.git
diff --git a/PKGBUILD b/PKGBUILD
index c318b4ce156c..faea13762263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=lxqt-qtplugin
pkgname=$_pkgname-git
-pkgver=0.9.0
+pkgver=0.10.0.8.g411f696
pkgrel=1
pkgdesc="LXQt platform integration for Qt"
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("liblxqt-git")
+depends=("liblxqt-git" "libdbusmenu-qt5")
makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")