summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolf2017-11-18 15:00:04 +0100
committerWolf2017-11-18 15:00:04 +0100
commitd542b0f5f34aeba97626a9851e2638ffa438186c (patch)
treeb2e7cf25b95da07037f99b244def00f9109718e2 /PKGBUILD
parentf805d4b8aea0b26d09fb2dcced70d9467312fdf6 (diff)
downloadaur-d542b0f5f34aeba97626a9851e2638ffa438186c.tar.gz
Add cmake to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f937e8473999..c7fde114330b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="XBase C++ library"
arch=('i686' 'x86_64')
url='https://github.com/graywolf/xbase'
license=('LGPL')
-makedepends=('git')
+makedepends=('git' 'cmake')
source=("git+https://github.com/graywolf/xbase#tag=${pkgver}")
sha512sums=('SKIP')