From 776731cd2076bf83af3d0dc488c6c21b6b3f457b Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 17 Nov 2017 23:57:12 +0300 Subject: [PATCH] cmake dependency Signed-off-by: fbt --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fac2a5a..4c11041 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="A complete re-implementation of OpenBSD's doas that's extremely more ro url='https://github.com/odedlaz/suex' arch=( 'x86_64' ) license=( 'MIT' ) -makedepends=( 'clang-tools-extra' 'ruby-ronn' ) +makedepends=( 'clang-tools-extra' 'ruby-ronn' 'cmake' ) source=( "https://github.com/odedlaz/suex/archive/v${pkgver}.tar.gz" )