Date: Sunday, January 8, 2023 @ 05:13:47 Author: yan12125 Revision: 1381933
upgpkg: python-awscrt 0.16.3-1 Modified: python-awscrt/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-08 04:37:37 UTC (rev 1381932) +++ PKGBUILD 2023-01-08 05:13:47 UTC (rev 1381933) @@ -4,8 +4,8 @@ _pkgname=aws-crt-python pkgname=python-awscrt # https://github.com/awslabs/aws-crt-python/releases -# UPDATE_BLOCKED: newer python-awscrt needs newer aws-c-* libraries -pkgver=0.15.3 +# UPDATE_BLOCKED: newer python-awscrt often needs newer aws-c-* libraries - update only when dependencies are updated +pkgver=0.16.3 pkgrel=1 pkgdesc='A common runtime for AWS Python projects' arch=(x86_64) @@ -14,8 +14,9 @@ depends=(glibc python aws-c-auth aws-c-cal aws-c-common aws-c-event-stream aws-c-http aws-c-io aws-c-mqtt aws-c-s3 aws-checksums) makedepends=(cmake python-build python-installer python-setuptools python-wheel) +checkdepends=(python-websockets) source=("https://github.com/awslabs/aws-crt-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('d69c2bb96f593f8aca132f3b426442861981293054b9f0fcdafd7ac1a928a59f') +sha256sums=('6f6bf17d4d805730833e7bf2bbccbeee361e005476fe7529f02249d83879f12e') prepare() { cd $_pkgname-$pkgver
