Date: Saturday, November 5, 2022 @ 18:45:11
  Author: anatolik
Revision: 1342363

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-05 18:44:51 UTC (rev 1342362)
+++ PKGBUILD    2022-11-05 18:45:11 UTC (rev 1342363)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-auth
-pkgver=0.6.17
-pkgrel=1
-pkgdesc='C99 library implementation of AWS client-side authentication: 
standard credentials providers and signing'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-auth'
-license=(Apache)
-depends=(aws-c-common aws-c-http aws-c-sdkutils)
-makedepends=(cmake)
-source=(aws-c-auth-$pkgver.zip::https://github.com/awslabs/aws-c-auth/archive/v$pkgver.zip)
-sha256sums=('07696802fb7b158b76e3e5b778a754ce979589ef2487b84d9140735895de577f')
-
-build() {
-  cd aws-c-auth-$pkgver
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
-  cmake --build build
-}
-
-check() {
-  cd aws-c-auth-$pkgver
-  cmake --build build --target test
-}
-
-package() {
-  cd aws-c-auth-$pkgver
-
-  cmake --build build --target install -- DESTDIR="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aws-c-auth/repos/community-x86_64/PKGBUILD (from rev 1342362, 
aws-c-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-05 18:45:11 UTC (rev 1342363)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-auth
+pkgver=0.6.18
+pkgrel=1
+pkgdesc='C99 library implementation of AWS client-side authentication: 
standard credentials providers and signing'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-auth'
+license=(Apache)
+depends=(aws-c-common aws-c-http aws-c-sdkutils)
+makedepends=(cmake)
+source=(aws-c-auth-$pkgver.zip::https://github.com/awslabs/aws-c-auth/archive/v$pkgver.zip)
+sha256sums=('f09254cd2ebf7219ee7066fc9c7f1d3520b0b7625c678071427bbb75c6127b6f')
+
+build() {
+  cd aws-c-auth-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-auth-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-auth-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to