summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2023-02-02 13:33:12 -0800
committerMike Javorski2023-02-02 13:33:12 -0800
commite1bba33c52e67545877ccb91137f09eaa0817baa (patch)
tree4125d7cc871bfe23ea52aedbf6b13751a9a5ab49 /PKGBUILD
parent1e782612f5c571975fba878e13a53f67adb070d9 (diff)
downloadaur-e1bba33c52e67545877ccb91137f09eaa0817baa.tar.gz
Update to latest version 1.25.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 196998ba9687..3d9364b92403 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.24.0
+pkgver=1.25.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=('5f5449546551d47ae8a93c8bbc1631fa5ad59425a25fe792bbaa2b8abca8a008')
+sha256sums=('7ef5bdeb0e3736615a2357309b531f4fa3866bf24bf601bfcf591b191d3a356e')
package() {
cd "$srcdir/$_name-$pkgver"