diff options
Diffstat (limited to 'python-hat-util')
| -rw-r--r-- | python-hat-util/.gitignore | 4 | ||||
| -rw-r--r-- | python-hat-util/PKGBUILD | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/python-hat-util/.gitignore b/python-hat-util/.gitignore deleted file mode 100644 index f081a0e..0000000 --- a/python-hat-util/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/pkg -/python-hat-util-*.pkg.tar.* -/src -/v*.tar.gz diff --git a/python-hat-util/PKGBUILD b/python-hat-util/PKGBUILD index 955db76..1843a95 100644 --- a/python-hat-util/PKGBUILD +++ b/python-hat-util/PKGBUILD @@ -2,7 +2,7 @@ _name=hat-util pkgname=python-$_name -pkgver=0.6.8 +pkgver=0.6.9 pkgrel=1 pkgdesc="Hat utility library" url="https://github.com/hat-open/hat-util" @@ -11,7 +11,7 @@ arch=('any') depends=('python') makedepends=('python-hat-doit' 'python-installer') source=("https://github.com/hat-open/hat-util/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('7dd6717cfb0e817abd02954cf2249bdeec2dc3d45e20047155a3d38ffd66ba43') +sha256sums=('ee19f44ace8b321f36ec36321725975584c636cfb9439973e6c610183ded4142') build() { cd "$srcdir/$_name-$pkgver" |
