summaryrefslogtreecommitdiff
path: root/python-hat-json
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-05-03 23:15:26 +0200
committerbozo.kopic <bozo@kopic.xyz>2023-05-03 23:15:26 +0200
commitc82733b107497dbb9b454463c5860b8c8140ce27 (patch)
treee1b1bf0ff22b3cd425af22846f7de198826ffcd3 /python-hat-json
parent7be6950258767f2beb47bc44056850fd7bc12002 (diff)
.
Diffstat (limited to 'python-hat-json')
-rw-r--r--python-hat-json/.gitignore4
-rw-r--r--python-hat-json/PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/python-hat-json/.gitignore b/python-hat-json/.gitignore
deleted file mode 100644
index fac5995..0000000
--- a/python-hat-json/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/pkg
-/python-hat-json-*.pkg.tar.*
-/src
-/v*.tar.gz
diff --git a/python-hat-json/PKGBUILD b/python-hat-json/PKGBUILD
index 2584d41..25366da 100644
--- a/python-hat-json/PKGBUILD
+++ b/python-hat-json/PKGBUILD
@@ -2,7 +2,7 @@
_name=hat-json
pkgname=python-$_name
-pkgver=0.5.16
+pkgver=0.5.17
pkgrel=1
pkgdesc="Hat JSON library"
url="https://github.com/hat-open/hat-json"
@@ -12,7 +12,7 @@ depends=('python-hat-util' 'python-jsonpatch' 'python-jsonschema'
'python-yaml' 'python-tomli' 'python-tomli-w')
makedepends=('python-hat-doit' 'python-installer')
source=("https://github.com/hat-open/hat-json/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('d7a29503e61e51efd2085280b83c3cfa2893822311fd00cbbdd03b5646795842')
+sha256sums=('a60dcbab21c7b42770a7ca9a9c6c6ba839a52556dc2480e9b85bd2b9a5a1128b')
build() {
cd "$srcdir/$_name-$pkgver"