summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2022-10-27 15:34:15 -0700
committerMike Javorski2022-10-27 15:34:15 -0700
commitfe5288e8e51f73d75cec06005e0a5785e90c2d5c (patch)
tree2551b15668c9e16802f08198d27f949aa5aa675c /PKGBUILD
parentea61e01299ae7bfd10223351cb70a4d47f6719f5 (diff)
downloadaur-fe5288e8e51f73d75cec06005e0a5785e90c2d5c.tar.gz
Update to latest version 1.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d315f461a800..40a7b43bdd17 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.19.0
+pkgver=1.20.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=('9636671e17bb1e227daa97986da0e2711314500375559ae98c466ee6436f2739')
+sha256sums=('14f9c17905df43380d35159153afa95baea57fcbabe2e7a0ee07564f9e4a88f9')
package() {
cd "$srcdir/$_name-$pkgver"