summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2023-07-13 17:25:16 -0700
committerMike Javorski2023-07-13 17:25:16 -0700
commit5b8953413c882bb403f95e3f7fad29cb7ecd57e7 (patch)
treeaf6834ca38a91afd1ed70b3bbd95b0dc56322d36 /PKGBUILD
parentdd14d06a727b2b07b8c4e3138956ae3b38da9160 (diff)
downloadaur-5b8953413c882bb403f95e3f7fad29cb7ecd57e7.tar.gz
Update to latest version 1.35.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cae0bfe40e23..beba0000db5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Javorski (javmorin) <mike.javorski gmail com>
pkgname=python-aws-lambda-builders
_name=${pkgname#python-}
-pkgver=1.34.0
+pkgver=1.35.0
pkgrel=1
pkgdesc='Python library to compile, build & package AWS Lambda functions for several runtimes & framework'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-six' 'python-wheel')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/aws/${_name}/archive/v$pkgver/${_name}-$pkgver.tar.gz")
-sha256sums=('26ac8b1c958bca65881838aeba55260d7039ab97208bf13977096afa9910df75')
+sha256sums=('75ef9cccd0f7d16590f5665633a7d21a30f776fab01d5ada0f0adbd061f0076f')
package() {
cd "$srcdir/$_name-$pkgver"