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

Antonio Rojas arojas at gemini.archlinux.org
Wed Aug 3 16:39:43 UTC 2022


    Date: Wednesday, August 3, 2022 @ 16:39:43
  Author: arojas
Revision: 1260048

upgpkg: dns-lexicon 3.11.3-2: Add missing python-importlib-metadata dependency (FS#75504)

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-03 16:14:32 UTC (rev 1260047)
+++ PKGBUILD	2022-08-03 16:39:43 UTC (rev 1260048)
@@ -2,13 +2,13 @@
 
 pkgname=dns-lexicon
 pkgver=3.11.3
-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-beautifulsoup4' 'python-cryptography' 'python-future' 'python-yaml'
-         'python-requests' 'python-tldextract')
+         'python-requests' 'python-tldextract' 'python-importlib-metadata')
 makedepends=('python-build' 'python-installer' 'python-poetry')
 optdepends=('python-pynamecheap: for Namecheap support'
             'python-boto3: for Route53 support'



More information about the arch-commits mailing list