summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2022-04-28 10:58:47 +0200
committerBart Libert2022-04-28 10:59:11 +0200
commit1b0313ec604eb0f2a6c7b21df4981475368c68bb (patch)
tree61e05013ec3121ff7798a67e86f0284331390fb0
parent7714f25cc16bd6e4ca2a933c689233578793fa12 (diff)
downloadaur-1b0313ec604eb0f2a6c7b21df4981475368c68bb.tar.gz
Make boost a dependency iso a build dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a75d504dfd9..e60ea6bbe088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = cpprestsdk
pkgdesc = A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
pkgver = 2.10.18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Microsoft/cpprestsdk/
arch = i686
arch = x86_64
arch = armv7h
license = Apache
makedepends = cmake>=2.6.0
- makedepends = boost
makedepends = websocketpp
depends = openssl>=1.0.0
depends = zlib
depends = gcc-libs
+ depends = boost
conflicts = casablanca
conflicts = casablanca-git
conflicts = cpprestsdk-git
diff --git a/PKGBUILD b/PKGBUILD
index 24a49155a031..4e7e85561310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=cpprestsdk
pkgver=2.10.18
-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/"
license=('Apache')
-depends=('openssl>=1.0.0' 'zlib' 'gcc-libs')
-makedepends=('cmake>=2.6.0' 'boost' 'websocketpp')
+depends=('openssl>=1.0.0' 'zlib' 'gcc-libs' 'boost')
+makedepends=('cmake>=2.6.0' 'websocketpp')
conflicts=('casablanca' 'casablanca-git' 'cpprestsdk-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v${pkgver}.tar.gz")
sha512sums=('5f0699e7ba509e16d6a3000e6ac448f6dbc134b8e03de9ab174ba749ad7efa76cbfccb623b226d82f5dba35ef6292f0cdf121b5315d524a5a28454038d420fab')