summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2021-09-30 09:46:17 -0700
committerMike Javorski2021-09-30 09:46:17 -0700
commit2c62d2d154ff40aa25ac40e9b004af5d17eca58a (patch)
tree0b11373ccda6c25cb37305b6048bfc4e16873db9 /PKGBUILD
parentd68868bc960373ed75387eb3923d436aca0ca3bb (diff)
downloadaur-2c62d2d154ff40aa25ac40e9b004af5d17eca58a.tar.gz
Update to latest version 1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f749ba81a31..cdf0458ec685 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.7.0
+pkgver=1.8.1
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=('96640c8687a12c43f36a02d0f3eb5adc2405c9cd150c42ad260c886b2c9f9c50')
+sha256sums=('58ea2e1f9d985eb9d885446e297915bd6dda5c81f3eb3b62b7a61cfaf654c29f')
package() {
cd "$srcdir/$_name-$pkgver"