summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4f1289a37bd..9e5076c4cf10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-qtplugin-git
pkgdesc = LXQt platform integration for Qt
- pkgver = 0.10.0.8.g411f696
+ pkgver = 0.12.0
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -9,8 +9,10 @@ pkgbase = lxqt-qtplugin-git
makedepends = git
makedepends = cmake
makedepends = qt5-tools
- depends = liblxqt-git
+ makedepends = lxqt-build-tools-git
depends = libdbusmenu-qt5
+ depends = libfm-qt-git
+ depends = libqtxdg-git
provides = lxqt-qtplugin
conflicts = lxqt-qtplugin
source = git+https://github.com/lxde/lxqt-qtplugin.git
diff --git a/PKGBUILD b/PKGBUILD
index faea13762263..ba5925d81c8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=lxqt-qtplugin
pkgname=$_pkgname-git
-pkgver=0.10.0.8.g411f696
+pkgver=0.12.0
pkgrel=1
pkgdesc="LXQt platform integration for Qt"
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("liblxqt-git" "libdbusmenu-qt5")
-makedepends=("git" "cmake" "qt5-tools")
+depends=("libdbusmenu-qt5" "libfm-qt-git" "libqtxdg-git")
+makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")
-sha256sums=("SKIP")
+sha256sums=('SKIP')
pkgver() {