summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2018-12-01 09:16:34 +0800
committershi chao gao2018-12-01 09:16:34 +0800
commitb81bbc7740b11a03f3caf36230d80c95a3d9ec69 (patch)
tree57b58e7231bc68726fbbecc76d525714117149ef
parent6073dd0c29ac407d00a5bb013c6906a6b1284d25 (diff)
downloadaur-b81bbc7740b11a03f3caf36230d80c95a3d9ec69.tar.gz
upd dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c103a7ce471..249a5544eac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cpprestsdk
pkgdesc = A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
pkgver = 2.10.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Microsoft/cpprestsdk/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dcb2eab0f873..6fcb40d73ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cpprestsdk
pkgver=2.10.8
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/Microsoft/cpprestsdk/"
@@ -23,9 +23,6 @@ build() {
cmake ../Release \
-DBUILD_TESTS=OFF \
-DBUILD_SAMPLES=OFF \
- -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
- -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
- -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make -j`nproc`