diff options
author | Adam Poniatowski | 2025-01-28 10:38:53 +0100 |
---|---|---|
committer | Adam Poniatowski | 2025-01-28 10:38:53 +0100 |
commit | 019bb3cd2e4186f6c4972f57e40bb2a7f5f00aee (patch) | |
tree | 90017bbe4083cbe0db2df4c2b9ebcc9fb82d54aa /PKGBUILD | |
parent | 67d6183df177e0d76b96d015b5f7c01c448919b9 (diff) | |
download | aur-019bb3cd2e4186f6c4972f57e40bb2a7f5f00aee.tar.gz |
looked up the actual URL for the tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Adam Poniatowski <adam@poniatowski.dev> pkgname=python-awscli-local _pkgname=awscli-local -pkgver=0.22 +pkgver=0.22.0 pkgrel=1 pkgdesc="A thin wrapper around the AWS CLI to use AWS services locally via LocalStack (awslocal command)" arch=('any') @@ -9,7 +9,7 @@ url="https://github.com/localstack/awscli-local" license=('Apache') depends=('python' 'aws-cli' 'python-botocore') makedepends=('python-setuptools') -source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/a/awscli-local/awscli-local-$pkgver.tar.gz") +source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/25/f9/023c80ea27d67b0930f116597fd55a93f84de9b05d18b38c7d2d5d75c1c9/awscli-local-$pkgver.tar.gz") sha256sums=('SKIP') build() { |