summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-07-30 20:37:52 +0800
committerChih-Hsuan Yen2018-07-30 20:37:52 +0800
commitfce9af42d44d76a9a6aa00429c309fbc864d7d59 (patch)
tree35dd7c14af54a4e0803cea27429d5c2cb2407d44 /PKGBUILD
parentffcb11fca62e34be1a8db93f6023f014e199ece6 (diff)
downloadaur-fce9af42d44d76a9a6aa00429c309fbc864d7d59.tar.gz
move libfm-qt-git to optdepends
No longer a hard dependency after https://github.com/lxqt/lxqt-qtplugin/pull/39 buildbot=build_packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
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')