summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Yang2015-12-09 23:29:44 +0800
committerMichael Yang2015-12-09 23:29:44 +0800
commit40d51e7dd8ff6e4d9621d5718d3ada2718c2cf4b (patch)
tree28fdf144d45a76f4b6884c146dca641767317b19
parent360dc66f4e440427e14bb77f0ce708e6526dd188 (diff)
downloadaur-40d51e7dd8ff6e4d9621d5718d3ada2718c2cf4b.tar.gz
Remove optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c806cb8508ad..23364fb6c0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Dec 9 15:03:16 UTC 2015
+# Wed Dec 9 15:29:14 UTC 2015
pkgbase = cpprestsdk
pkgdesc = a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
pkgver = 2.7.0
@@ -8,6 +8,7 @@ pkgbase = cpprestsdk
arch = i686
arch = x86_64
license = Apache
+ makedepends = cmake>=2.6.0
depends = boost
depends = websocketpp
depends = openssl>=1.0.0
diff --git a/PKGBUILD b/PKGBUILD
index d1245deafe3b..37fb03ef37d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('i686' 'x86_64')
url="https://github.com/Microsoft/cpprestsdk/"
license=('Apache')
depends=('boost' 'websocketpp' 'openssl>=1.0.0')
+makedepends=('cmake>=2.6.0')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v$pkgver.tar.gz")
sha512sums=('7e77b1e202cc5ac660bd5d6e78b1f711eadc631a0e53fbbd30b0b102a7a574c411ad77ab8b75985a8be5c411c5ee929cd19c6f64c61ead825e3a40493850d9fc')