Date: Tuesday, March 7, 2023 @ 21:35:17
  Author: anatolik
Revision: 1416760

archrelease: copy trunk to community-x86_64

Added:
  aws-c-io/repos/community-x86_64/PKGBUILD
    (from rev 1416759, aws-c-io/trunk/PKGBUILD)
Deleted:
  aws-c-io/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-07 21:34:56 UTC (rev 1416759)
+++ PKGBUILD    2023-03-07 21:35:17 UTC (rev 1416760)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-io
-pkgver=0.13.12
-pkgrel=1
-pkgdesc='AWS SDK module to handle all IO and TLS work for application 
protocols'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-io'
-license=(Apache)
-depends=(aws-c-common aws-c-cal s2n-tls)
-makedepends=(cmake)
-source=(aws-c-io-$pkgver.zip::https://github.com/awslabs/aws-c-io/archive/v$pkgver.zip)
-sha256sums=('0ddb292c7e8f5deedbef51d1e531c175a417bdc47ba7f1f5b7b4e58c059ff5ec')
-
-build() {
-  cd aws-c-io-$pkgver
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
-  cmake --build build
-}
-
-check() {
-  cd aws-c-io-$pkgver
-  cmake --build build --target test --verbose
-}
-
-package() {
-  cd aws-c-io-$pkgver
-
-  cmake --build build --target install -- DESTDIR="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aws-c-io/repos/community-x86_64/PKGBUILD (from rev 1416759, 
aws-c-io/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-07 21:35:17 UTC (rev 1416760)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-io
+pkgver=0.13.18
+pkgrel=1
+pkgdesc='AWS SDK module to handle all IO and TLS work for application 
protocols'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-io'
+license=(Apache)
+depends=(aws-c-common aws-c-cal s2n-tls)
+makedepends=(cmake)
+source=(aws-c-io-$pkgver.zip::https://github.com/awslabs/aws-c-io/archive/v$pkgver.zip)
+sha256sums=('cbe5c2dc73003dbde057fc592b76b7d86cd4ae279681ea71a59ffb434fa6e194')
+
+build() {
+  cd aws-c-io-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-io-$pkgver
+  cmake --build build --target test --verbose
+}
+
+package() {
+  cd aws-c-io-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to