aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-kaitaistruct/APKBUILD
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2022-11-18 21:25:51 +0100
committerMichał Polański <michal@polanski.me>2022-11-18 21:46:21 +0000
commit1ccac059690d1d94753e0e09fcd949cf9a0f2d25 (patch)
treec6956f9f4ad27e840841a03ff959692bf9c1bf84 /testing/py3-kaitaistruct/APKBUILD
parent0444030f35b120c17946071c2c65f3251a336d65 (diff)
testing/py3-kaitaistruct: upgrade to 0.10
Diffstat (limited to 'testing/py3-kaitaistruct/APKBUILD')
-rw-r--r--testing/py3-kaitaistruct/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/py3-kaitaistruct/APKBUILD b/testing/py3-kaitaistruct/APKBUILD
index 7c2e2c7caf0..d48ee924955 100644
--- a/testing/py3-kaitaistruct/APKBUILD
+++ b/testing/py3-kaitaistruct/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=py3-kaitaistruct
_pkgname=kaitai_struct_python_runtime
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+pkgrel=0
pkgdesc="Kaitai Struct API for Python"
url="https://kaitai.io/"
license="MIT"
arch="noarch"
options="!check" # no test suite
depends="python3"
-makedepends="py3-setuptools"
+makedepends="py3-setuptools py3-wheel"
source="$_pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -22,4 +22,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
}
-sha512sums="e99d4aa0df046b346f73c8ee7b3d737bc62bea2891b5948be3d8814b575d44e59146e318b6dd9966d937e327103f9348b26048885dbdf5a44080601795d49b05 kaitai_struct_python_runtime-0.9.tar.gz"
+sha512sums="
+ce22445afe7f6713cccc1ffb0714892dcff171d84b89a0cd49441dd36a464f6c764aa89d75f556d06eee82ab4432af27a0ef4313e47272a5f55fee2dba1252f0 kaitai_struct_python_runtime-0.10.tar.gz
+"