summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2021-09-09 15:35:18 -0700
committerMike Javorski2021-09-09 15:35:18 -0700
commitd68868bc960373ed75387eb3923d436aca0ca3bb (patch)
treed738208c5a91c836788356ec0391f4934c175187 /PKGBUILD
parentfa465acb6877ecda6b44ae13ed286ffd310a3660 (diff)
downloadaur-d68868bc960373ed75387eb3923d436aca0ca3bb.tar.gz
Update to latest version 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e69fda035d5..9f749ba81a31 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.6.0
+pkgver=1.7.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=('d2a37a36a0f77ce8de010d306ada655f45af449f3fe697370d1c7005e2a3d2f5')
+sha256sums=('96640c8687a12c43f36a02d0f3eb5adc2405c9cd150c42ad260c886b2c9f9c50')
package() {
cd "$srcdir/$_name-$pkgver"