summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorava1ar2016-02-10 22:34:41 -0500
committerava1ar2016-02-10 22:34:41 -0500
commitcb7dbbb86a5c81478dbf3a223aa118e7d333cef3 (patch)
tree93db2c443f4359698c89fefc3772eb8bd28e0d64 /PKGBUILD
parent6c390f4c76953a7e1b56eb4ad79e313a532167e0 (diff)
downloadaur-kfilebox-qt5-git.tar.gz
extra-cmake-modules added to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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)