summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-05-08 20:49:57 +0200
committerGordian Edenhofer2017-05-08 20:49:57 +0200
commit40d376ef3130f14aac9bd1f79b6079e71bfb400e (patch)
tree2bfda7a1757c288d4b0aab10fd167fbc482c8344
parent6df0d7395cb76bd5fb7e774d8b3ad81962d20226 (diff)
downloadaur-40d376ef3130f14aac9bd1f79b6079e71bfb400e.tar.gz
upgpkg: certbot-git 0.14.0.r6.gc6fcb017-1
Update URL to reflect the move to the EFF. upgpkg: certbot-plugins-git 0.14.0.r6.gc6fcb017-1 upgpkg: letshelp-certbot-git 0.14.0.r6.gc6fcb017-1 upgpkg: python-acme-git 0.14.0.r6.gc6fcb017-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef1f3c03d073..88cb7979272d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = certbot-git
pkgdesc = A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free.
- pkgver = 0.9.2.r190.gf9b8933f
+ pkgver = 0.14.0.r6.gc6fcb017
pkgrel = 1
- url = https://letsencrypt.org/
+ url = https://certbot.eff.org/
arch = any
license = Apache
makedepends = git
@@ -26,8 +26,8 @@ pkgbase = certbot-git
optdepends = certbot-apache-git: Apache plugin for Let’s Encrypt client
optdepends = certbot-nginx-git: Nginx plugin for Let’s Encrypt client
optdepends = letshelp-certbot-git: Let's help Certbot client
- provides = certbot=0.9.2.r190.gf9b8933f
- provides = letsencrypt=0.9.2.r190.gf9b8933f
+ provides = certbot=0.14.0.r6.gc6fcb017
+ provides = letsencrypt=0.14.0.r6.gc6fcb017
conflicts = certbot
conflicts = letsencrypt
replaces = letsencrypt-git
diff --git a/PKGBUILD b/PKGBUILD
index 74c68bc11dbd..9748d4124a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=certbot-git
_reponame="certbot"
-pkgver=0.9.2.r190.gf9b8933f
+pkgver=0.14.0.r6.gc6fcb017
pkgrel=1
pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
arch=('any')
license=('Apache')
-url="https://letsencrypt.org/"
+url="https://certbot.eff.org/"
# Most AUR helpers unfortunately do not support versioned deps in the AUR ("python2-acme=${pkgver}")
depends=('ca-certificates' 'python2-acme-git' 'python2-configargparse' 'python2-configobj'
'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 'python2-parsedatetime'