From 44731ba70802904c73ba65d5233c4d06cb700268 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 13 Jul 2015 10:29:29 +0200 Subject: res/PKGBUILD: add cmake to makedepends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #3. Signed-off-by: Johannes Löthberg --- res/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/PKGBUILD b/res/PKGBUILD index 5f62fd2..5cb09b3 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL2') depends=('imlib2' 'libx11' 'libbsd') -makedepends=('git' 'python-sphinx') +makedepends=('cmake' 'git' 'python-sphinx') source=('git+http://git.kyriasis.com/kyrias/yawa') -- cgit v1.2.3-54-g00ecf