summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-03-02 19:50:17 +0100
committerRicardo (XenGi) Band2020-03-02 19:50:17 +0100
commitf2fb1268cb8777dfb141a39dc1614762407a61e4 (patch)
tree9efb9789705be76e0ff1bcbfc4d28fceaeef7484 /PKGBUILD
parent46969fd859e78d9f7a0328d8bcd09e89c3b6a509 (diff)
downloadaur-f2fb1268cb8777dfb141a39dc1614762407a61e4.tar.gz
added dependency for python-desec-dns-api
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1eaa87f3d49..52ac09007d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=desec-dns-cli
_name=${pkgname//-/_}
pkgver=0.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="CLI tool for the desec.io DNS service"
arch=("any")
url=https://gitlab.com/XenGi/desec-dns-cli
license=("MIT")
-depends=("python>=3.6" "python-click")
+depends=("python>=3.6" "python-click" "python-desec-dns-api")
makedepends=("python-setuptools")
#checkdepends=("python-pytest" "python-pytest-xdist" "python-pytest-flake8")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_name-$pkgver.tar.gz")