summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e5076c4cf10..0be13aaf2c80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lxqt-qtplugin-git
pkgdesc = LXQt platform integration for Qt
- pkgver = 0.12.0
- pkgrel = 1
- url = http://lxqt.org
+ pkgver = 0.13.0.3.g73d20ab
+ pkgrel = 2
+ url = https://lxqt.org
arch = i686
arch = x86_64
license = GPL2
@@ -11,11 +11,11 @@ pkgbase = lxqt-qtplugin-git
makedepends = qt5-tools
makedepends = lxqt-build-tools-git
depends = libdbusmenu-qt5
- depends = libfm-qt-git
depends = libqtxdg-git
+ optdepends = libfm-qt-git: for enhanced file dialog
provides = lxqt-qtplugin
conflicts = lxqt-qtplugin
- source = git+https://github.com/lxde/lxqt-qtplugin.git
+ source = git+https://github.com/lxqt/lxqt-qtplugin.git
sha256sums = SKIP
pkgname = lxqt-qtplugin-git
diff --git a/PKGBUILD b/PKGBUILD
index ba5925d81c8f..db375b179956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,20 @@
_pkgname=lxqt-qtplugin
pkgname=$_pkgname-git
-pkgver=0.12.0
-pkgrel=1
+pkgver=0.13.0.3.g73d20ab
+pkgrel=2
pkgdesc="LXQt platform integration for Qt"
arch=("i686" "x86_64")
-url="http://lxqt.org"
+url="https://lxqt.org"
license=("GPL2")
-depends=("libdbusmenu-qt5" "libfm-qt-git" "libqtxdg-git")
+depends=("libdbusmenu-qt5" "libqtxdg-git")
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
+optdepends=(
+ "libfm-qt-git: for enhanced file dialog"
+)
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/lxde/$_pkgname.git")
+source=("git+https://github.com/lxqt/$_pkgname.git")
sha256sums=('SKIP')