summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78ab6d15bcba..bf33a7db4f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-aws-lambda-builders
pkgdesc = Python library to compile, build & package AWS Lambda functions for several runtimes & framework
pkgver = 1.50.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aws/aws-lambda-builders
arch = any
license = Apache
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python-six
depends = python-wheel
conflicts = python-aws_lambda_builders
diff --git a/PKGBUILD b/PKGBUILD
index c6938be387a6..5cc0af9c4871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aws-lambda-builders
_name=${pkgname#python-}
pkgver=1.50.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python library to compile, build & package AWS Lambda functions for several runtimes & framework'
arch=('any')
url="https://github.com/aws/aws-lambda-builders"
@@ -10,7 +10,7 @@ license=('Apache')
replaces=('python-aws_lambda_builders')
conflicts=('python-aws_lambda_builders')
depends=('python-six' 'python-wheel')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
options=(!emptydirs)
source=("https://github.com/aws/${_name}/archive/v$pkgver/${_name}-$pkgver.tar.gz")
sha256sums=('9b6775e3701dd794e8790cbe9c4a0fcb61e1800a4f2a1c840034c186ef09f6c0')