[arch-commits] Commit in aws-c-auth/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Wed Oct 13 15:25:29 UTC 2021


    Date: Wednesday, October 13, 2021 @ 15:25:29
  Author: anatolik
Revision: 1030019

upgpkg: aws-c-auth 0.6.5-1

Modified:
  aws-c-auth/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-13 15:21:54 UTC (rev 1030018)
+++ PKGBUILD	2021-10-13 15:25:29 UTC (rev 1030019)
@@ -1,16 +1,16 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-c-auth
-pkgver=0.6.4
+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)
+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=('3e5fb44cef9464f52d435d47327b1a237cde8da4b95e25bed7b676456a4c3cf0')
+sha256sums=('3960013b0974bd082395cf7d025a498399a7eec08f0abdd65c7414c8ad4536a8')
 
 build() {
   cd aws-c-auth-$pkgver



More information about the arch-commits mailing list