summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2023-08-24 15:12:31 -0700
committerMike Javorski2023-08-24 15:12:31 -0700
commit310d4a094dd8fc83b42fe1133687e0c68f0b4ff4 (patch)
tree2e2d4c2786fe233f5cd5620ad93d0bf5bcaec6af /PKGBUILD
parent2673ee190660dfbca76e5bbf30f9d5531b7ba94d (diff)
downloadaur-310d4a094dd8fc83b42fe1133687e0c68f0b4ff4.tar.gz
Withdraw broken 1.95 until python-boto3-stubs builds reliably
This reverts commit 2673ee190660dfbca76e5bbf30f9d5531b7ba94d.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b48e30268ed1..dddb623c07d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Miller <aaronm@cldtk.com>
pkgname=aws-sam-cli
-pkgver=1.95.0
+pkgver=1.94.0
pkgrel=1
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
@@ -15,7 +15,7 @@ depends=('docker' 'python-aws-lambda-builders' 'python-aws-sam-translator' 'pyth
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('5712ee27a72a32d52df09fd4a86adaf7ad4aa3d567ef99aa1ea181163659553a')
+sha256sums=('93fd0139b0333487cd0f3dccd1703b570b5122027fbbdc3e7c10add9f7858c5c')
package() {
cd "$pkgname-$pkgver"