summaryrefslogtreecommitdiff
path: root/python-hat-doit
diff options
context:
space:
mode:
Diffstat (limited to 'python-hat-doit')
-rw-r--r--python-hat-doit/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/python-hat-doit/PKGBUILD b/python-hat-doit/PKGBUILD
index c531a38..df1af93 100644
--- a/python-hat-doit/PKGBUILD
+++ b/python-hat-doit/PKGBUILD
@@ -1,6 +1,8 @@
+# Maintainer: Bozo Kopic <bozo@kopic.xyz>
+
_name=hat-doit
pkgname=python-$_name
-pkgver=0.11.9
+pkgver=0.11.10
pkgrel=1
pkgdesc="Hat build utility functions"
url="https://github.com/hat-open/hat-doit"
@@ -12,7 +14,7 @@ depends=('python-build' 'python-doit' 'flake8' 'python-sphinx-furo'
'python-setuptools' 'python-sphinx' 'python-wheel')
makedepends=('python-installer')
source=("https://github.com/hat-open/hat-doit/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('8856d5466f2578a625153dae7a2d24c1ae43712fb1ad4057ad456ae58fe2aaa6')
+sha256sums=('1f84bb9c4000cfce20af215632dcc03e7473faba238a70572387bc8b072f7ce2')
build() {
cd "$srcdir/$_name-$pkgver"