summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-11-06 14:19:15 +0100
committerGordian Edenhofer2019-11-06 14:19:15 +0100
commit00833e653e5afcf4f035243de0f046237ef6b30d (patch)
tree467d42c37bfd22360bf952a4c6d991e752a14b82
parentcb3a8b57f308b4d74a3f3ad05bfb6c9e24f0770c (diff)
downloadaur-00833e653e5afcf4f035243de0f046237ef6b30d.tar.gz
upgpkg: certbot-git 0.40.0.r4.g9b848b1d6-1
Drop the definition of empty arrays as it bothers makepkg. upgpkg: certbot-plugins-git 0.40.0.r4.g9b848b1d6-1 upgpkg: letshelp-certbot-git 0.40.0.r4.g9b848b1d6-1 upgpkg: python-acme-git 0.40.0.r4.g9b848b1d6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2740cb49c04f..0c9537511377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.31.0.r3.gec4c03fa6
+ pkgver = 0.40.0.r4.g9b848b1d6
pkgrel = 1
url = https://certbot.eff.org/
arch = any
@@ -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.31.0.r3.gec4c03fa6
- provides = letsencrypt=0.31.0.r3.gec4c03fa6
+ provides = certbot=0.40.0.r4.g9b848b1d6
+ provides = letsencrypt=0.40.0.r4.g9b848b1d6
conflicts = certbot
conflicts = letsencrypt
replaces = letsencrypt-git
diff --git a/PKGBUILD b/PKGBUILD
index 7955f77f8c06..20ab598ba43d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=certbot-git
_reponame="certbot"
-pkgver=0.31.0.r3.gec4c03fa6
+pkgver=0.40.0.r4.g9b848b1d6
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')
@@ -49,7 +49,7 @@ package() {
cd "${srcdir}/${_reponame}"
# Install files
- python setup.py install --root="${pkgdir}" --optimize=1
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
# Create configuration, log and lib directories
install -d "${pkgdir}"/etc/letsencrypt # TODO: someday this will probably change