aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-24 16:13:41 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:47 +0200
commit5633895593df57ef762ee3cc3533110174c34773 (patch)
treec19bc72bf2238242b4afbace7d0db588600deb3a
parentf7e22fbcdd6d2d5d27f56a96e6ff52527b548543 (diff)
downloadpkgbuilds-5633895593df57ef762ee3cc3533110174c34773.tar.xz
yawa-git: cmake dep missing..
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92de320..8c563d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = yawa-git
license = GPL
makedepends = git
makedepends = python-sphinx
+ makedepends = cmake
depends = imlib2
depends = libx11
depends = libbsd
diff --git a/PKGBUILD b/PKGBUILD
index 2321281..b9cec95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('imlib2' 'libx11' 'libbsd')
-makedepends=('git' 'python-sphinx')
+makedepends=('git' 'python-sphinx' 'cmake')
source=('git+http://git.kyriasis.com/kyrias/yawa')