summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi/aur-desec-dns-cli2020-03-02 21:59:24 +0000
committerBOT gitlab.com/XenGi/aur-desec-dns-cli2020-03-02 21:59:24 +0000
commitbfc3bc92e31258408b57431130efbcf887e7644f (patch)
treeb9885de9429971ee8cf9a1b6e52b0529aaa172b7 /PKGBUILD
parentf2fb1268cb8777dfb141a39dc1614762407a61e4 (diff)
downloadaur-desec-dns-cli.tar.gz
bumped to version 0.0.3-
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52ac09007d1a..9ac078b2b6f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=desec-dns-cli
_name=${pkgname//-/_}
-pkgver=0.0.2
-pkgrel=3
+pkgver=0.0.3
+pkgrel=1
pkgdesc="CLI tool for the desec.io DNS service"
arch=("any")
url=https://gitlab.com/XenGi/desec-dns-cli
@@ -11,7 +11,7 @@ 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")
-sha256sums=('d61d8133403e0303af4180041858b659effcfc944980a788fcaccd7b51eee1c2')
+sha256sums=('8c472b8bd1c6adb82e93378a41c4ddf7a536649d646358319f78e4e26e464d1b')
#check() {
# cd "$srcdir/$_name-$pkgver"