summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"