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

Felix Yan felixonmars at archlinux.org
Thu Nov 8 11:04:33 UTC 2018


    Date: Thursday, November 8, 2018 @ 11:04:33
  Author: felixonmars
Revision: 403952

upgpkg: dns-lexicon 3.0.1-2

fix dependencies

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 11:02:45 UTC (rev 403951)
+++ PKGBUILD	2018-11-08 11:04:33 UTC (rev 403952)
@@ -2,13 +2,14 @@
 
 pkgname=dns-lexicon
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Manipulate DNS records on various DNS providers in a standardized/agnostic way"
 arch=('any')
 url="https://github.com/AnalogJ/lexicon"
 license=('MIT')
-depends=('python-future' 'python-requests' 'python-setuptools' 'python-tldextract'
-         'python-cryptography' 'python-pyopenssl' 'python-idna')
+depends=('python-future' 'python-tldextract' 'python-cryptography' 'python-yaml' 'python-setuptools'
+         # requests[security] Expanded:
+         'python-requests' 'python-pyopenssl' 'python-idna')
 optdepends=('python-softlayer: for SoftLayer support'
             'python-boto3: for Route53 support'
             'python-pynamecheap: for Namecheap support'



More information about the arch-commits mailing list