summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-05-11 00:49:14 +0200
committerGordian Edenhofer2016-05-11 00:49:14 +0200
commit4fba24bbeac555d87c6bb89c8d22091f5f37ec00 (patch)
treee32220446f9497a4fe68b88b5c8deae650f5a669
parent3142770f1e915b87fd1381fb3e9625a7a8102c54 (diff)
downloadaur-4fba24bbeac555d87c6bb89c8d22091f5f37ec00.tar.gz
Update reponame to new domain: certbot
upgpkg: certbot-git 0.5.0.r118.ga6d5b52-1 upgpkg: certbot-plugins-git 0.5.0.r118.ga6d5b52-1 upgpkg: letshelp-certbot-git 0.5.0.r118.ga6d5b52-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015f0462cd1b..697ff1898129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.5.0.r57.g86e09d5
+ pkgver = 0.5.0.r118.ga6d5b52
pkgrel = 1
url = https://letsencrypt.org/
arch = any
license = Apache
makedepends = git
depends = ca-certificates
- depends = python2-acme=0.5.0.r57.g86e09d5
+ depends = python2-acme=0.5.0.r118.ga6d5b52
depends = python2-configargparse
depends = python2-configobj
depends = python2-cryptography
@@ -25,11 +25,12 @@ pkgbase = certbot-git
depends = python2-zope-interface
optdepends = certbot-apache: Apache plugin for Let’s Encrypt client
optdepends = certbot-nginx: Nginx plugin for Let’s Encrypt client
- provides = certbot=0.5.0.r57.g86e09d5
- provides = letsencrypt=0.5.0.r57.g86e09d5
+ provides = certbot=0.5.0.r118.ga6d5b52
+ provides = letsencrypt=0.5.0.r118.ga6d5b52
conflicts = certbot
conflicts = letsencrypt
- source = letsencrypt::git+https://github.com/letsencrypt/letsencrypt
+ replaces = letsencrypt-git
+ source = certbot::git+https://github.com/certbot/certbot
md5sums = SKIP
pkgname = certbot-git
diff --git a/PKGBUILD b/PKGBUILD
index 840ad8b4f643..54b687922597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=certbot-git
-_reponame="letsencrypt"
-pkgver=0.5.0.r57.g86e09d5
+_reponame="certbot"
+pkgver=0.5.0.r118.ga6d5b52
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')
@@ -18,7 +18,8 @@ optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
makedepends=('git')
provides=("certbot=${pkgver}" "letsencrypt=${pkgver}")
conflicts=("certbot" "letsencrypt")
-source=("${_reponame}"::"git+https://github.com/letsencrypt/letsencrypt")
+replaces=("letsencrypt-git")
+source=("${_reponame}"::"git+https://github.com/certbot/${_reponame}")
md5sums=('SKIP')
pkgver() {