[arch-commits] Commit in aws-c-auth/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Apr 21 19:34:08 UTC 2022


    Date: Thursday, April 21, 2022 @ 19:34:08
  Author: anatolik
Revision: 1187266

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 19:33:48 UTC (rev 1187265)
+++ PKGBUILD	2022-04-21 19:34:08 UTC (rev 1187266)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-auth
-pkgver=0.6.8
-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=('f126752fd2d92d3ece3f270d65acd2436662adb5537f3615d5b704339297a6d2')
-
-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
-  # the tests hang for some reason https://github.com/awslabs/aws-c-auth/issues/147
-  # disable until it is resolved
-  # 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 1187265, aws-c-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-21 19:34:08 UTC (rev 1187266)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-auth
+pkgver=0.6.11
+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=('9c2e1904aad2e475a095307a1bb32ccc7bb49cb30552f62064cd717f96b45239')
+
+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"
+}



More information about the arch-commits mailing list