summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElvis Angelaccio2018-07-24 22:18:30 +0200
committerElvis Angelaccio2018-07-24 22:19:42 +0200
commit99779a4a7ee4d19e1ede16d3fa9c84620abe8386 (patch)
tree4ce2e072a920dc75f3fa1014b2633b5f6448f809
parent8f6f0631061831b6a479ff6be8f8db965c8f806e (diff)
downloadaur-99779a4a7ee4d19e1ede16d3fa9c84620abe8386.tar.gz
Update to 0.4.1 (with working python3 support)
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449d52c780e2..3d6bfeae212a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Jun 26 16:50:43 UTC 2017
+# Tue Jul 24 20:19:12 UTC 2018
pkgbase = certbot-s3front
pkgdesc = Amazon S3/Cloudfront plugin for Let’s Encrypt client
- pkgver = 0.3.1
+ pkgver = 0.4.1
pkgrel = 1
url = https://pypi.python.org/pypi/certbot-s3front
arch = any
license = MIT
depends = certbot
- depends = python2-boto3
- depends = python2-zope-component
- depends = python2-zope-interface
- depends = python2-futures
- source = https://pypi.io/packages/source/c/certbot-s3front/certbot-s3front-0.3.1.tar.gz
- md5sums = d3fe8c152cf4c9f1dcd17c4edd8008e3
+ depends = python-boto3
+ depends = python-zope-component
+ depends = python-zope-interface
+ source = https://pypi.io/packages/source/c/certbot-s3front/certbot-s3front-0.4.1.tar.gz
+ sha256sums = e4b5c972a81ef762e5c6d7ac9fddf6b0383fb42558976f071aa96b2315713cab
pkgname = certbot-s3front
diff --git a/PKGBUILD b/PKGBUILD
index 7ea3e3fca6ab..1da840cdbb67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elvis Angelaccio <elvis.angelaccio@kde.org>
pkgname=certbot-s3front
-pkgver=0.3.1
+pkgver=0.4.1
pkgrel=1
pkgdesc="Amazon S3/Cloudfront plugin for Let’s Encrypt client"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
url="https://pypi.python.org/pypi/$pkgname"
depends=('certbot' 'python-boto3' 'python-zope-component' 'python-zope-interface')
source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('d3fe8c152cf4c9f1dcd17c4edd8008e3')
+sha256sums=('e4b5c972a81ef762e5c6d7ac9fddf6b0383fb42558976f071aa96b2315713cab')
build() {
cd "$srcdir"/$pkgname-$pkgver