Date: Saturday, February 13, 2021 @ 10:30:01 Author: felixonmars Revision: 858756
upgpkg: python-construct 2.10.60-1 Modified: python-construct/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-13 10:30:00 UTC (rev 858755) +++ PKGBUILD 2021-02-13 10:30:01 UTC (rev 858756) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-construct -pkgver=2.10.59 +pkgver=2.10.60 pkgrel=1 pkgdesc="A powerful declarative parser/builder for binary data" arch=('any') @@ -9,13 +9,13 @@ url="https://construct.readthedocs.org" depends=('python') makedepends=('python-setuptools') -checkdepends=('python-arrow' 'python-cloudpickle' 'python-numpy' 'python-pytest-runner' +checkdepends=('python-arrow' 'python-cloudpickle' 'python-lz4' 'python-numpy' 'python-pytest-runner' 'python-pytest-benchmark' 'python-ruamel-yaml') optdepends=('python-arrow: for Timestamp' 'python-numpy: for array serialization with Numpy protocol' 'python-ruamel-yaml: for KaitaiStruct (KSY) exporter') source=("$pkgname-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz") -sha512sums=('bf5867efdb9e1a27ddede6844f5f3466714e38dd97aae09c6990582989801605eebf90099fb3a0ab78deaed4f3b6be38421b635f6332461efd033d5fb8c2c1af') +sha512sums=('597e4fd9f0264450fe221e100041a897d25794bea4dd5cbf5f58df8a0829a34490daff10764e6329ade165df631ddce661dceae4417d8f55472b2fad2a53e53d') build() { cd construct-$pkgver
