[arch-commits] Commit in aws-crt-cpp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Apr 21 19:40:53 UTC 2022


    Date: Thursday, April 21, 2022 @ 19:40:53
  Author: anatolik
Revision: 1187270

archrelease: copy trunk to community-x86_64

Added:
  aws-crt-cpp/repos/community-x86_64/PKGBUILD
    (from rev 1187269, 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-04-21 19:40:33 UTC (rev 1187269)
+++ PKGBUILD	2022-04-21 19:40:53 UTC (rev 1187270)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-crt-cpp
-pkgver=0.17.13
-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=('28b856aec57769fba7f66dcc39d8dd478b46399303bf4c7d1e44f252f76e995f')
-
-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 1187269, aws-crt-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-21 19:40:53 UTC (rev 1187270)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-crt-cpp
+pkgver=0.17.27
+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=('907420357ec135241a3df145ba852f6e61b1ff3aeb637f2d305100ae14c93ee2')
+
+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"
+}



More information about the arch-commits mailing list