[arch-commits] Commit in letsencrypt/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri Mar 4 03:22:23 UTC 2016
Date: Friday, March 4, 2016 @ 04:22:23
Author: fyan
Revision: 164560
upgpkg: letsencrypt 0.4.2-1
Modified:
letsencrypt/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-04 03:20:54 UTC (rev 164559)
+++ PKGBUILD 2016-03-04 03:22:23 UTC (rev 164560)
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=letsencrypt
-pkgver=0.4.1
+pkgver=0.4.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')
@@ -21,14 +21,9 @@
validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
'1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('bc6054f28e0251e8b68828e8991a8bbf'
+md5sums=('b63901c43cd8c54e45ca9b7122cb1b3f'
'SKIP')
-prepare() {
- # We don't care Python 2.6
- sed -i 's/parsedatetime<2.0/parsedatetime/' $pkgname-$pkgver/setup.py
-}
-
build() {
cd "$srcdir"/$pkgname-$pkgver
python2 setup.py build
More information about the arch-commits
mailing list