summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1da840cdbb67..a0b67ace7872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Elvis Angelaccio <elvis.angelaccio@kde.org>
pkgname=certbot-s3front
-pkgver=0.4.1
-pkgrel=1
+pkgver=0.4.2
+pkgrel=2
pkgdesc="Amazon S3/Cloudfront plugin for Let’s Encrypt client"
arch=('any')
license=('MIT')
url="https://pypi.python.org/pypi/$pkgname"
-depends=('certbot' 'python-boto3' 'python-zope-component' 'python-zope-interface')
+depends=('certbot' 'python-boto3' 'python-zope-component' 'python-zope-interface' 'python-mock')
source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('e4b5c972a81ef762e5c6d7ac9fddf6b0383fb42558976f071aa96b2315713cab')
+sha256sums=('8b77ef281375db22634952ff9e569d6c4cd83cc4ae40212a7c70be0b7ea49e0b')
build() {
cd "$srcdir"/$pkgname-$pkgver