summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2023-12-05 09:49:52 +0100
committerBart Libert2023-12-05 09:49:52 +0100
commitb0f82746eb5f84ae15e8c864d406750f9b1b07d5 (patch)
tree443fe8a92165a43b0d7e211d660256f0d54c2b6b
parent2e0b69576b932add5e19d07546c9490580088d54 (diff)
downloadaur-b0f82746eb5f84ae15e8c864d406750f9b1b07d5.tar.gz
Update to 2.10.19
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736445baf4da..d6a6d1ac75f8 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.18
- pkgrel = 3
+ pkgver = 2.10.19
+ pkgrel = 1
url = https://github.com/Microsoft/cpprestsdk/
arch = i686
arch = x86_64
@@ -13,10 +13,11 @@ pkgbase = cpprestsdk
depends = zlib
depends = gcc-libs
depends = boost
+ depends = glibc
conflicts = casablanca
conflicts = casablanca-git
conflicts = cpprestsdk-git
- source = cpprestsdk-2.10.18.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v2.10.18.tar.gz
- sha512sums = 5f0699e7ba509e16d6a3000e6ac448f6dbc134b8e03de9ab174ba749ad7efa76cbfccb623b226d82f5dba35ef6292f0cdf121b5315d524a5a28454038d420fab
+ source = cpprestsdk-2.10.19.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v2.10.19.tar.gz
+ sha512sums = 2d8fa213f492236e2fd912349bf81951c1e618dd8eab4f665f909d75b5aeeda18b8f70dce3a4db50d67bdb3e372888132481701163de6c27716dfd750bff9781
pkgname = cpprestsdk
diff --git a/PKGBUILD b/PKGBUILD
index 9e7f40dd1817..ad8bc9cf5529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Michael Yang <ohmyarchlinux@gmail.com>
pkgname=cpprestsdk
-pkgver=2.10.18
-pkgrel=3
+pkgver=2.10.19
+pkgrel=1
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' 'boost')
+depends=('openssl>=1.0.0' 'zlib' 'gcc-libs' 'boost' 'glibc')
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')
+sha512sums=('2d8fa213f492236e2fd912349bf81951c1e618dd8eab4f665f909d75b5aeeda18b8f70dce3a4db50d67bdb3e372888132481701163de6c27716dfd750bff9781')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}/