summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Yang2016-04-06 22:06:43 +0800
committerMichael Yang2016-04-06 22:06:43 +0800
commit1c9fa5edd61fd8329bc6a461886c2dd0c0ba8064 (patch)
tree4870e44fb9b8edaea7760c56334b13192a8a6828
parent8de62e3fc0144691e6abca1851069cf821ccf52b (diff)
downloadaur-1c9fa5edd61fd8329bc6a461886c2dd0c0ba8064.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d39732a01c3..e85fc74aca1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 04:56:57 UTC 2016
+# Wed Apr 6 14:06:17 UTC 2016
pkgbase = cpprestsdk
pkgdesc = a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
pkgver = 2.8.0
@@ -12,6 +12,7 @@ pkgbase = cpprestsdk
depends = boost
depends = websocketpp
depends = openssl>=1.0.0
+ conflicts = casablanca
conflicts = casablanca-git
source = cpprestsdk-2.8.0.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v2.8.0.tar.gz
sha512sums = ee104199511da130136ef4ebbb4cf46b6199d841e8883069c5d9c05dc54b1221bf9fdc99e9067af082ce43c98213c3f92aee6e544eafe8815244f115aeb058d2
diff --git a/PKGBUILD b/PKGBUILD
index 4c166ae60044..b6880857cd08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/Microsoft/cpprestsdk/"
license=('Apache')
depends=('boost' 'websocketpp' 'openssl>=1.0.0')
makedepends=('cmake>=2.6.0')
-conflicts=('casablanca-git')
+conflicts=('casablanca' 'casablanca-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v$pkgver.tar.gz")
sha512sums=('ee104199511da130136ef4ebbb4cf46b6199d841e8883069c5d9c05dc54b1221bf9fdc99e9067af082ce43c98213c3f92aee6e544eafe8815244f115aeb058d2')