summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2017-01-17 11:00:30 +0100
committerBruno Pagani2017-01-17 11:00:30 +0100
commitc071a8e0cca07f7cef24182d782bead8fb368b6f (patch)
treebe7933d7f23d23c5f15cb7dd39b0841a22858b66
parent90c9a496934b8e3ba624bd86d2b064f8242a12ce (diff)
downloadaur-c071a8e0cca07f7cef24182d782bead8fb368b6f.tar.gz
upgpkg: certbot-user 0.10.1-1
upstream release
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27e7be66a9e..54f84eac6daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = certbot-user
pkgdesc = Let’s Encrypt certbot running as certbot user rather than root, with either standalone or webroot mode.
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://certbot.eff.org
arch = any
license = Apache
checkdepends = python2-nose
depends = ca-certificates
- depends = python2-acme=0.10.0
+ depends = python2-acme=0.10.1
depends = python2-configargparse
depends = python2-configobj
depends = python2-cryptography
@@ -16,7 +16,6 @@ pkgbase = certbot-user
depends = python2-parsedatetime
depends = python2-psutil
depends = python2-pyrfc3339
- depends = python2-pythondialog
depends = python2-pytz
depends = python2-requests
depends = python2-setuptools
@@ -26,12 +25,12 @@ pkgbase = certbot-user
depends = systemd
provides = certbot
conflicts = certbot
- source = https://pypi.io/packages/source/c/certbot/certbot-0.10.0.tar.gz
- source = https://pypi.io/packages/source/c/certbot/certbot-0.10.0.tar.gz.asc
+ source = https://pypi.io/packages/source/c/certbot/certbot-0.10.1.tar.gz
+ source = https://pypi.io/packages/source/c/certbot/certbot-0.10.1.tar.gz.asc
source = certbot.tmpfiles
source = certbot.sysusers
validpgpkeys = A2CFB51FA275A7286234E7B24D17C995CD9775F2
- sha256sums = dd64ed8fb3cc3b053f05e779b934433445918668c49bcdbb2c816062815e1661
+ sha256sums = e0d699adb3f8ca3e077a4db339de29ebb3f790fbc5f3f02e446e227ed40aa743
sha256sums = SKIP
sha256sums = ca72fe5f7e6ccbbe8afc084d9255f93e3b81ce2793a77103a9382fa9eaff6c97
sha256sums = 151621a821f56178408851e016c7fda67dc4c726f210ad3279b29fd1f43282fa
diff --git a/PKGBUILD b/PKGBUILD
index 0e293a251d69..593a2a8b34ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=certbot
pkgname=${_pkgname}-user
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="Let’s Encrypt certbot running as certbot user rather than root, with either standalone or webroot mode."
arch=('any')
@@ -12,9 +12,8 @@ license=('Apache')
url="https://${_pkgname}.eff.org"
depends=('ca-certificates' "python2-acme=${pkgver}" 'python2-configargparse' 'python2-configobj'
'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 'python2-parsedatetime'
- 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 'python2-pytz'
- 'python2-requests' 'python2-setuptools' 'python2-six' 'python2-zope-component'
- 'python2-zope-interface' 'systemd')
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pytz' 'python2-requests' 'python2-setuptools'
+ 'python2-six' 'python2-zope-component' 'python2-zope-interface' 'systemd')
checkdepends=('python2-nose')
conflicts=('certbot')
provides=('certbot')
@@ -22,7 +21,7 @@ source=("https://pypi.io/packages/source/c/${_pkgname}/${_pkgname}-${pkgver}.tar
"${_pkgname}.tmpfiles"
"${_pkgname}.sysusers")
validpgpkeys=('A2CFB51FA275A7286234E7B24D17C995CD9775F2') # Let's Encrypt Client Team <letsencrypt-client@eff.org>
-sha256sums=('dd64ed8fb3cc3b053f05e779b934433445918668c49bcdbb2c816062815e1661'
+sha256sums=('e0d699adb3f8ca3e077a4db339de29ebb3f790fbc5f3f02e446e227ed40aa743'
'SKIP'
'ca72fe5f7e6ccbbe8afc084d9255f93e3b81ce2793a77103a9382fa9eaff6c97'
'151621a821f56178408851e016c7fda67dc4c726f210ad3279b29fd1f43282fa')