summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordroserasprout2016-08-25 23:24:42 +0300
committerdroserasprout2016-08-25 23:24:42 +0300
commita4a25319424fd7a7b561a93e911924d26dcff6bc (patch)
treee5e943f4f3d8c56fee0994966d0d5614c314f2f1 /PKGBUILD
parent0ab880907b11470d6bc40211539e18d375d12cd7 (diff)
downloadaur-a4a25319424fd7a7b561a93e911924d26dcff6bc.tar.gz
add cmake as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 384144a4e4f1..4c0b30a19d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/airdcpp-web/${pkgname}"
depends=('miniupnpc' 'boost' 'bzip2' 'zlib' 'openssl' 'glibc' 'geoip' 'leveldb' 'websocketpp' 'libnatpmp' 'intel-tbb')
-makedepends=('git' 'make')
+makedepends=('git' 'make' 'cmake')
options=('!strip')
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')