diff --git a/testing/py3-fastavro/APKBUILD b/testing/py3-fastavro/APKBUILD index 295749feb6b..3a878b3e1a5 100644 --- a/testing/py3-fastavro/APKBUILD +++ b/testing/py3-fastavro/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Iztok Fister, Jr. pkgname=py3-fastavro _pkgname=fastavro -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=0 pkgdesc="Fast Avro for Python" # Tests for optional zstd and snappy codecs require @@ -20,7 +20,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/fastavro/fastavro/archive/$p builddir="$srcdir/$_pkgname-$pkgver" build() { - FASTAVRO_USE_CYTHON=1 + FASTAVRO_USE_CYTHON=1 \ gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 @@ -36,5 +36,5 @@ package() { } sha512sums=" -2225ac2a0e0b88a4810297a15b679829e701c676e60255d8d1cabc0fe2e8757e3f194159ed7ebc9e24a9851e8eb7c11ed90f90c8474c69332d53e7c2c97e6a86 py3-fastavro-1.9.0.tar.gz +7beb0db44d5a387c9929e213c4d5e6fcbdb67d09074334a83b8dc86a2fa1ae8f26edd72c5d8c6d652928ca1f4f43603648a7cb141f2019034b0242b0c6dd322d py3-fastavro-1.9.1.tar.gz "