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

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Jan 6 00:52:22 UTC 2022


    Date: Thursday, January 6, 2022 @ 00:52:22
  Author: anatolik
Revision: 1093975

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-06 00:52:04 UTC (rev 1093974)
+++ PKGBUILD	2022-01-06 00:52:22 UTC (rev 1093975)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-auth
-pkgver=0.6.5
-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=('3960013b0974bd082395cf7d025a498399a7eec08f0abdd65c7414c8ad4536a8')
-
-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 1093974, aws-c-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-06 00:52:22 UTC (rev 1093975)
@@ -0,0 +1,34 @@
+# 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"
+}



More information about the arch-commits mailing list