summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraureolebigben2021-08-24 11:32:37 +0200
committeraureolebigben2021-08-24 11:39:37 +0200
commitc93c20792344678e1da20ffcd71cf2de5a036e02 (patch)
tree41805eb087427d749a7d4c7165129ad21ac49b43 /PKGBUILD
parentad28fd314faf4469e2e8631664daa1c5906e2af5 (diff)
downloadaur-c93c20792344678e1da20ffcd71cf2de5a036e02.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 ed50a0c04327..3e5014c20524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url="http://datastax.github.io/cpp-driver/"
license=('Apache')
depends=('libuv' 'openssl' 'zlib')
-makedepends=('libuv' 'pkg-config')
+makedepends=('libuv' 'pkg-config' 'cmake')
source=("https://codeload.github.com/datastax/${_pkgname}/tar.gz/${pkgver}")
build() {