Date: Saturday, November 14, 2015 @ 13:42:08
  Author: fyan
Revision: 146804

upgpkg: letsencrypt 0.0.0.dev20151114-1

Modified:
  letsencrypt/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-11-14 12:40:21 UTC (rev 146803)
+++ PKGBUILD    2015-11-14 12:42:08 UTC (rev 146804)
@@ -3,13 +3,13 @@
 # Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
 
 pkgname=letsencrypt
-pkgver=0.0.0.dev20151108
-pkgrel=3
+pkgver=0.0.0.dev20151114
+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')
 license=('Apache')
 url="https://letsencrypt.org/";
-depends=('ca-certificates' 'python2-acme' 'python2-configargparse' 
'python2-configobj'
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
          'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
          'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
          'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
@@ -17,12 +17,9 @@
 optdepends=("letsencrypt-apache: Apache plugin for Let’s Encrypt client"
             "letsencrypt-nginx: Nginx plugin for Let’s Encrypt client")
 checkdepends=('python2-nose')
-# To be precise: This package, letsencrypt-nginx, letsencrypt-apache and 
python2-acme shell all be at
-# the same version, though for easier package management, it is omitted in 
this PKGBUILD
-conflicts=("${pkgname}-git")
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
-md5sums=('0f7ab3da27f96c637a94092a431c571f'
+md5sums=('c1c49f145bd32151b2ba991693d01467'
          'SKIP')
 
 build() {

Reply via email to