summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaco Malan2019-11-08 17:43:18 +0200
committerJaco Malan2019-11-08 17:43:18 +0200
commita62390811e43ac4d938e4b0f33626acf644368e6 (patch)
tree6e73d972a4d33756aee264a0695e879599a773dd
parentd3f13f70e4b1dbedd3ebe7b97f739bf3a16119c6 (diff)
downloadaur-a62390811e43ac4d938e4b0f33626acf644368e6.tar.gz
Added CMake makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4751b4aed717..2023ba63c0c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = libclstl-git
license = MIT
makedepends = clang
makedepends = git
+ makedepends = cmake
source = libclstl::git+https://github.com/Code-Log/clstl#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b387c2ad07fc..184f86afc8e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="The CodeLog Standard Template Library"
arch=('any')
url="https://github.com/Code-Log/clstl"
license=('MIT')
-makedepends=('clang' 'git')
+makedepends=('clang' 'git' 'cmake')
source=('libclstl::git+https://github.com/Code-Log/clstl#branch=master')
pkgver() {