[arch-commits] Commit in python-kaitaistruct/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 16 08:14:35 UTC 2020
Date: Friday, October 16, 2020 @ 08:14:35
Author: felixonmars
Revision: 724350
upgpkg: python-kaitaistruct 0.9-1
Modified:
python-kaitaistruct/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-16 08:14:14 UTC (rev 724349)
+++ PKGBUILD 2020-10-16 08:14:35 UTC (rev 724350)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-kaitaistruct
-pkgver=0.8
-pkgrel=5
+pkgver=0.9
+pkgrel=1
pkgdesc="Kaitai Struct declarative parser generator for binary data: runtime library for Python"
arch=('any')
license=('MIT')
@@ -10,7 +10,7 @@
depends=('python')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz")
-sha512sums=('a676a048dd96366dbc89a981dc51c1f6aeb76b9e4fc2d3ebfea527c27dc201803e4f3d8fceff96686e3964b1f3040e4ee9dd2f857a422da1998d98dc325bdbc7')
+sha512sums=('e99d4aa0df046b346f73c8ee7b3d737bc62bea2891b5948be3d8814b575d44e59146e318b6dd9966d937e327103f9348b26048885dbdf5a44080601795d49b05')
build() {
cd kaitai_struct_python_runtime-$pkgver
More information about the arch-commits
mailing list