diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 16:13:41 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:47 +0200 |
commit | 5633895593df57ef762ee3cc3533110174c34773 (patch) | |
tree | c19bc72bf2238242b4afbace7d0db588600deb3a /PKGBUILD | |
parent | f7e22fbcdd6d2d5d27f56a96e6ff52527b548543 (diff) | |
download | pkgbuilds-5633895593df57ef762ee3cc3533110174c34773.tar.xz |
yawa-git: cmake dep missing..
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |