Date: Tuesday, October 18, 2022 @ 17:27:24 Author: anatolik Revision: 1332730
upgpkg: aws-c-http 0.6.22-1 Tests are disabled until https://github.com/awslabs/aws-c-http/issues/393 is figured out Modified: aws-c-http/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-18 17:23:17 UTC (rev 1332729) +++ PKGBUILD 2022-10-18 17:27:24 UTC (rev 1332730) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov pkgname=aws-c-http -pkgver=0.6.20 +pkgver=0.6.22 pkgrel=1 pkgdesc='C99 implementation of the HTTP/1.1 and HTTP/2 specifications' arch=(x86_64) @@ -10,7 +10,7 @@ depends=(aws-c-common aws-c-compression aws-c-io) makedepends=(cmake) source=(aws-c-http-$pkgver.zip::https://github.com/awslabs/aws-c-http/archive/v$pkgver.zip) -sha256sums=('e4ab22fb9fd6d2909c7ec10bbbecf583f62bf5cd6949cfafee9a58949d2ce775') +sha256sums=('1ce953128afda3df81782833c77f91c51a84b54905b7149de6450b3d75e851c9') build() { cd aws-c-http-$pkgver @@ -21,7 +21,8 @@ check() { cd aws-c-http-$pkgver - cmake --build build --target test + # skip tests due to https://github.com/awslabs/aws-c-http/issues/393 + # cmake --build build --target test } package() {
