[arch-commits] Commit in certbot/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 7 16:28:57 UTC 2017


    Date: Friday, April 7, 2017 @ 16:28:57
  Author: felixonmars
Revision: 221251

upgpkg: certbot 0.13.0-2

don't depend on argparse

Modified:
  certbot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 16:10:53 UTC (rev 221250)
+++ PKGBUILD	2017-04-07 16:28:57 UTC (rev 221251)
@@ -4,7 +4,7 @@
 
 pkgname=certbot
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 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')
@@ -24,6 +24,10 @@
 sha512sums=('0d0e36ee19482bf69f3dacd07fe6741ae7b639faae006c0411f1f8a3ac1d69036e6e5408eef4305b5bad5fcddf3a00dfe537684e25fd0960b43da6917e8734d3'
             'SKIP')
 
+prepare() {
+  sed -i "/'argparse',/d" $pkgname-$pkgver/setup.py
+}
+
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   python2 setup.py build



More information about the arch-commits mailing list