Date: Saturday, September 12, 2020 @ 21:04:34 Author: anatolik Revision: 704878
upgpkg: aws-sdk-cpp 1.8.46-1 FS#67881 enable S3 component Modified: aws-sdk-cpp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-12 21:04:20 UTC (rev 704877) +++ PKGBUILD 2020-09-12 21:04:34 UTC (rev 704878) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=aws-sdk-cpp -pkgver=1.7.347 +pkgver=1.8.46 pkgrel=1 pkgdesc='AWS SDK for C++' arch=(x86_64) @@ -10,12 +10,12 @@ depends=(openssl curl zlib libutil-linux aws-c-common aws-c-event-stream libpulse) makedepends=(cmake) source=(aws-sdk-cpp-$pkgver.zip::https://github.com/aws/aws-sdk-cpp/archive/$pkgver.zip) -sha256sums=('d1beacdb5f01b82b6353a2960c5eee24337eaf23970c8cc647c664f7cf324355') +sha256sums=('6238d9047c2d261f06961b9bb355d210c1c2abfbc9b06732a78003585ceb11e4') # AWS C++ SDK is a huge project. Install size of the whole project is ~500MiB. To reduce it # we build only a small subset of components used by other packages. Add more components to # this list if you need it. -_components="core;ec2;kinesis;firehose;sts" +_components="core;ec2;kinesis;firehose;sts;s3" # TOTHINK: it would be interesting to explore an idea of breaking sdk into set of small # per-component packages "aws-sdk-cpp-ec2, aws-sdk-cpp-kinesis, ...".
