Date: Tuesday, March 7, 2023 @ 21:40:56
  Author: anatolik
Revision: 1416766

archrelease: copy trunk to community-x86_64

Added:
  aws-c-auth/repos/community-x86_64/PKGBUILD
    (from rev 1416765, 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    2023-03-07 21:40:36 UTC (rev 1416765)
+++ PKGBUILD    2023-03-07 21:40:56 UTC (rev 1416766)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-auth
-pkgver=0.6.21
-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=('e4f14f4fc3cf154128248c72ba9eaf5a93ddfd73aa53c3445a95309ecbc1a9c9')
-
-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 1416765, 
aws-c-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-07 21:40:56 UTC (rev 1416766)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-auth
+pkgver=0.6.25
+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=('1daab31f269670518aba8e0c093282a62941c107847f348c6abaa24e13c1eccb')
+
+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