summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2016-10-15 02:37:31 +0200
committerPeter Mattern2016-10-15 02:37:31 +0200
commit47df3870bdcb4b1b43a5e9d28c2cea47497dc439 (patch)
treef9522ab317a192fc3d92a95221f572ba0d92d071 /PKGBUILD
parentd5bf36bb7c4dd8819f376065db9ea19817cbb35b (diff)
downloadaur-47df3870bdcb4b1b43a5e9d28c2cea47497dc439.tar.gz
Add build dependency lxqt-build-tools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 614075e3e184..6703fa2cde58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=libfm-qt
pkgname=$_pkgname-git
-pkgver=0.11.0.13.g4aa2bb6
-pkgrel=2
+pkgver=0.11.1.8.g4556a9b
+pkgrel=1
pkgdesc='Qt port of libfm, a library providing components to build desktop file managers'
arch=('i686' 'x86_64')
url='https://github.com/lxde/libfm-qt'
license=('LGPL')
depends=('qt5-x11extras' 'libfm>=1.2.0')
-makedepends=('git' 'cmake' 'qt5-tools')
+makedepends=('git' 'cmake' 'qt5-tools' 'lxqt-build-tools-git')
provides=("$_pkgname")
conflicts=("$_pkgname" 'pcmanfm-qt<=0.10.0')
source=('git+https://github.com/lxde/libfm-qt.git')