summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10b28302695a..710b66cd4874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 04:58:25 UTC 2016
+# Thu Feb 11 03:34:18 UTC 2016
pkgbase = kfilebox-qt5-git
pkgdesc = KDE Dropbox client with own daemon (Qt5 branch)
pkgver = r130.5294287
@@ -11,6 +11,7 @@ pkgbase = kfilebox-qt5-git
license = GPL
makedepends = git
makedepends = cmake>2.8.12
+ makedepends = extra-cmake-modules
depends = knotifications
depends = ki18n
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 1a9a262b02f4..059dc81d7ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
-# Old-Mantainer: Gonzalo Seguel <gonzaloseguel@gmail.com>
+# Maintainer: ava1ar <mail(at)ava1ar(dot)me>
pkgname=kfilebox-qt5-git
_pkgname=kfilebox
@@ -10,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/marcpayne/kfilebox"
license=('GPL')
depends=('knotifications' 'ki18n' 'hicolor-icon-theme')
-makedepends=('git' 'cmake>2.8.12')
+makedepends=('git' 'cmake>2.8.12' 'extra-cmake-modules')
provides=('dropbox')
conflicts=('kfilebox')
source=(git+https://github.com/marcpayne/kfilebox.git#branch=qt5-kf5-port)