[arch-commits] Commit in aws-sdk-cpp/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Mon Oct 11 19:08:40 UTC 2021


    Date: Monday, October 11, 2021 @ 19:08:39
  Author: anatolik
Revision: 1029599

upgpkg: aws-sdk-cpp 1.9.118-1

Modified:
  aws-sdk-cpp/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 18:10:42 UTC (rev 1029598)
+++ PKGBUILD	2021-10-11 19:08:39 UTC (rev 1029599)
@@ -1,17 +1,17 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-sdk-cpp
-pkgver=1.8.187
+pkgver=1.9.118
 pkgrel=1
 pkgdesc='AWS SDK for C++'
 arch=(x86_64)
 url='https://github.com/aws/aws-sdk-cpp'
 license=(Apache)
-depends=(openssl curl zlib util-linux-libs aws-c-common aws-c-event-stream libpulse)
+depends=(openssl curl zlib util-linux-libs aws-c-common aws-c-event-stream libpulse aws-crt-cpp)
 makedepends=(cmake ninja)
 source=(aws-sdk-cpp-$pkgver.zip::https://github.com/aws/aws-sdk-cpp/archive/$pkgver.zip
        fix_null.patch) # https://github.com/aws/aws-sdk-cpp/pull/1506
-sha256sums=('7dfe63338631acfbfe31981924029bc359ba83fda2003a2af856facfc1b8242e'
+sha256sums=('6fd92dae061b08c324801be03bd285b56a52e0c3ac2a13e37cfeffe86587b4ca'
             '2260270b5f05c79232b106ad4c73856c05db1f5866174934e0f03e56668868c3')
 
 prepare() {
@@ -24,6 +24,7 @@
   cd aws-sdk-cpp-$pkgver
 
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCUSTOM_MEMORY_MANAGEMENT=OFF -DENABLE_TESTING=OFF -DBUILD_DEPS=OFF \
+      -DCMAKE_MODULE_PATH=/usr/lib/cmake \
       -S . -B build -G Ninja
   ninja -C build -j 2 # the build is so heavy that it gets OOM killed even at powerful machines
 }



More information about the arch-commits mailing list