summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2022-01-06 09:06:42 -0800
committerMike Javorski2022-01-06 09:06:42 -0800
commit5e625fa5673bc11347a3159d964f7e7b84c8c75f (patch)
treece7f40c2777a36ba06b5e06c24b55c54769f4032
parent1058e533d8aed3140032cba816e806b71c0cb2b3 (diff)
downloadaur-5e625fa5673bc11347a3159d964f7e7b84c8c75f.tar.gz
Update to latest version 1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a92bc9e9a668..6c26c0a6f465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aws-lambda-builders
pkgdesc = Python library to compile, build & package AWS Lambda functions for several runtimes & framework
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/aws/aws-lambda-builders
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-aws-lambda-builders
conflicts = python-aws_lambda_builders
replaces = python-aws_lambda_builders
options = !emptydirs
- source = https://github.com/aws/aws-lambda-builders/archive/v1.9.0/aws-lambda-builders-1.9.0.tar.gz
- sha256sums = 0a7f1fd2b6d43a7fa125cd6ca1b15c807c40899c495c3fef330e925901ad02ee
+ source = https://github.com/aws/aws-lambda-builders/archive/v1.10.0/aws-lambda-builders-1.10.0.tar.gz
+ sha256sums = 9677fdf0db1514c3a6a70e16393110721772c162497dafcb64f108a562731b23
pkgname = python-aws-lambda-builders
diff --git a/PKGBUILD b/PKGBUILD
index 86653fbea76b..5436879e910d 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.9.0
+pkgver=1.10.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=('0a7f1fd2b6d43a7fa125cd6ca1b15c807c40899c495c3fef330e925901ad02ee')
+sha256sums=('9677fdf0db1514c3a6a70e16393110721772c162497dafcb64f108a562731b23')
package() {
cd "$srcdir/$_name-$pkgver"