Date: Saturday, November 5, 2022 @ 19:29:11
Author: anatolik
Revision: 1342384
archrelease: copy trunk to community-x86_64
Added:
aws-crt-cpp/repos/community-x86_64/PKGBUILD
(from rev 1342383, aws-crt-cpp/trunk/PKGBUILD)
Deleted:
aws-crt-cpp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-05 19:28:51 UTC (rev 1342383)
+++ PKGBUILD 2022-11-05 19:29:11 UTC (rev 1342384)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-crt-cpp
-pkgver=0.18.8
-pkgrel=1
-pkgdesc='C++ wrapper around the aws-c-* libraries. Provides Cross-Platform
Transport Protocols and SSL/TLS implementations for C++.'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-crt-cpp'
-license=(Apache)
-depends=(gcc-libs aws-c-common aws-c-http aws-c-mqtt aws-c-auth aws-c-s3
aws-c-event-stream)
-makedepends=(cmake)
-source=(aws-crt-cpp-$pkgver.zip::https://github.com/awslabs/aws-crt-cpp/archive/v$pkgver.zip)
-sha256sums=('3f1d411cae689f602e446c0152f381aa37de730fedfbb03791d85e2c5d124266')
-
-build() {
- cd aws-crt-cpp-$pkgver
-
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_SHARED_LIBS=ON -DBUILD_DEPS=OFF -S . -B build
- cmake --build build
-}
-
-check() {
- cd aws-crt-cpp-$pkgver
- cmake --build build --target test
-}
-
-package() {
- cd aws-crt-cpp-$pkgver
-
- cmake --build build --target install -- DESTDIR="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: aws-crt-cpp/repos/community-x86_64/PKGBUILD (from rev 1342383,
aws-crt-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-05 19:29:11 UTC (rev 1342384)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-crt-cpp
+pkgver=0.18.11
+pkgrel=1
+pkgdesc='C++ wrapper around the aws-c-* libraries. Provides Cross-Platform
Transport Protocols and SSL/TLS implementations for C++.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-crt-cpp'
+license=(Apache)
+depends=(gcc-libs aws-c-common aws-c-http aws-c-mqtt aws-c-auth aws-c-s3
aws-c-event-stream)
+makedepends=(cmake)
+source=(aws-crt-cpp-$pkgver.zip::https://github.com/awslabs/aws-crt-cpp/archive/v$pkgver.zip)
+sha256sums=('6b435aa41d72550a20e11c610237048babdb1792f6651594ba8230cc9588d933')
+
+build() {
+ cd aws-crt-cpp-$pkgver
+
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_SHARED_LIBS=ON -DBUILD_DEPS=OFF -S . -B build
+ cmake --build build
+}
+
+check() {
+ cd aws-crt-cpp-$pkgver
+ cmake --build build --target test
+}
+
+package() {
+ cd aws-crt-cpp-$pkgver
+
+ cmake --build build --target install -- DESTDIR="$pkgdir/"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}