summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2865879e64a4..8bddfca84053 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-qt6plugin-git
pkgdesc = LXQt platform integration for Qt
- pkgver = 1.2.0.2.g39513e5
+ pkgver = 1.3.0.3.g8e8a2b3
pkgrel = 1
url = https://lxqt.org
arch = i686
@@ -10,10 +10,10 @@ pkgbase = lxqt-qt6plugin-git
makedepends = cmake
makedepends = qt6-tools
makedepends = lxqt-build-tools-qt6-git
- depends = libdbusmenu-qt6
+ depends = libdbusmenu-lxqt-git
depends = libqt6xdg-git
depends = libfm-qt6-git
- provides = lxqt-qt6plugin=1.2.0.2.g39513e5
+ provides = lxqt-qt6plugin=1.3.0.3.g8e8a2b3
conflicts = lxqt-qt6plugin
source = lxqt-qt6plugin::git+https://github.com/lxqt/lxqt-qtplugin.git#branch=wip_qt6
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8e02209b279c..3f24de2ddc3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=lxqt-qt6plugin
pkgname=$_pkgname-git
-pkgver=1.2.0.2.g39513e5
+pkgver=1.3.0.3.g8e8a2b3
pkgrel=1
pkgdesc="LXQt platform integration for Qt"
arch=("i686" "x86_64")
url="https://lxqt.org"
license=("GPL2")
-depends=("libdbusmenu-qt6" "libqt6xdg-git" "libfm-qt6-git")
+depends=("libdbusmenu-lxqt-git" "libqt6xdg-git" "libfm-qt6-git")
makedepends=("git" "cmake" "qt6-tools" "lxqt-build-tools-qt6-git")
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")