[arch-commits] Commit in certbot/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 13 09:05:32 UTC 2016
Date: Thursday, October 13, 2016 @ 09:05:31
Author: felixonmars
Revision: 192150
upgpkg: certbot 0.9.2-1
Modified:
certbot/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-13 09:02:58 UTC (rev 192149)
+++ PKGBUILD 2016-10-13 09:05:31 UTC (rev 192150)
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=certbot
-pkgver=0.9.1
+pkgver=0.9.2
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')
@@ -22,16 +22,9 @@
validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
'1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('b2442a8c09da8f61feca31a8a235f751'
+md5sums=('a4601e0d82ae3997fca079c971b7be4c'
'SKIP')
-prepare() {
- # Fix test data
- for filename in cert chain fullchain privkey; do
- ln -sf ../../archive/sample-renewal/${filename}1.pem certbot-$pkgver/certbot/tests/testdata/live/sample-renewal/$filename.pem
- done
-}
-
build() {
cd "$srcdir"/$pkgname-$pkgver
python2 setup.py build
More information about the arch-commits
mailing list