summarylogtreecommitdiffstats
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
parent46969fd859e78d9f7a0328d8bcd09e89c3b6a509 (diff)
downloadaur-f2fb1268cb8777dfb141a39dc1614762407a61e4.tar.gz
added dependency for python-desec-dns-api
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab81edabb217..5072239c4afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = desec-dns-cli
pkgdesc = CLI tool for the desec.io DNS service
pkgver = 0.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/XenGi/desec-dns-cli
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3.6
depends = python-click
+ depends = python-desec-dns-api
source = https://files.pythonhosted.org/packages/source/d/desec-dns-cli/desec_dns_cli-0.0.2.tar.gz
sha256sums = d61d8133403e0303af4180041858b659effcfc944980a788fcaccd7b51eee1c2
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")