summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2022-02-11 09:47:28 -0800
committerMike Javorski2022-02-11 09:47:28 -0800
commit20e18f91abb6f1b83247762791ce050e64706c78 (patch)
tree6d4ba305dc154b2be444e4ea63c10d60a3507ded /PKGBUILD
parent5e625fa5673bc11347a3159d964f7e7b84c8c75f (diff)
downloadaur-20e18f91abb6f1b83247762791ce050e64706c78.tar.gz
Update to latest version 1.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5436879e910d..6ec9da387a8e 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.10.0
+pkgver=1.11.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=('9677fdf0db1514c3a6a70e16393110721772c162497dafcb64f108a562731b23')
+sha256sums=('9360674574304dd4c53a4e9d94506920d56a2ebb547a8b2f9efc00bdcbf50e30')
package() {
cd "$srcdir/$_name-$pkgver"