summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Yang2015-12-09 23:03:27 +0800
committerMichael Yang2015-12-09 23:03:27 +0800
commit360dc66f4e440427e14bb77f0ce708e6526dd188 (patch)
treef81a1551c2b8b61efd6e63d6a19db3494aa50c55
parent0bcac81619edceca20d03da25aef3dd0f92516cd (diff)
downloadaur-360dc66f4e440427e14bb77f0ce708e6526dd188.tar.gz
Remove optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa648581040c..c806cb8508ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Dec 9 14:47:55 UTC 2015
+# Wed Dec 9 15:03:16 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
@@ -11,7 +11,6 @@ pkgbase = cpprestsdk
depends = boost
depends = websocketpp
depends = openssl>=1.0.0
- optdepends = websocketpp: replace the embedded version
source = cpprestsdk-2.7.0.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v2.7.0.tar.gz
sha512sums = 7e77b1e202cc5ac660bd5d6e78b1f711eadc631a0e53fbbd30b0b102a7a574c411ad77ab8b75985a8be5c411c5ee929cd19c6f64c61ead825e3a40493850d9fc
diff --git a/PKGBUILD b/PKGBUILD
index a9ad90e475ba..d1245deafe3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('i686' 'x86_64')
url="https://github.com/Microsoft/cpprestsdk/"
license=('Apache')
depends=('boost' 'websocketpp' 'openssl>=1.0.0')
-optdepends=('websocketpp: replace the embedded version')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v$pkgver.tar.gz")
sha512sums=('7e77b1e202cc5ac660bd5d6e78b1f711eadc631a0e53fbbd30b0b102a7a574c411ad77ab8b75985a8be5c411c5ee929cd19c6f64c61ead825e3a40493850d9fc')