summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6695decea09..3ff0604b5cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 3 18:52:54 UTC 2016
+# Sat Oct 15 00:36:12 UTC 2016
pkgbase = libfm-qt-git
pkgdesc = Qt port of libfm, a library providing components to build desktop file managers
- pkgver = 0.11.0.13.g4aa2bb6
- pkgrel = 2
+ pkgver = 0.11.1.8.g4556a9b
+ pkgrel = 1
url = https://github.com/lxde/libfm-qt
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = libfm-qt-git
makedepends = git
makedepends = cmake
makedepends = qt5-tools
+ makedepends = lxqt-build-tools-git
depends = qt5-x11extras
depends = libfm>=1.2.0
provides = libfm-qt
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')