python-isal: auto updated to 1.6.1-1

This commit is contained in:
BioArchLinuxBot 2024-03-11 18:09:20 +00:00
parent cac1dd0ac3
commit 8f564f19a6

View file

@ -2,7 +2,7 @@
pkgname=python-isal pkgname=python-isal
_module=${pkgname#python-} _module=${pkgname#python-}
pkgver=1.6.0 pkgver=1.6.1
pkgrel=1 pkgrel=1
pkgdesc='Faster zlib and gzip compatible compression and decompression by providing python bindings for the ISA-L library' pkgdesc='Faster zlib and gzip compatible compression and decompression by providing python bindings for the ISA-L library'
arch=('x86_64') arch=('x86_64')
@ -23,7 +23,7 @@ makedepends=(
) )
options=(!emptydirs) options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('d9bd3697177afdf65286c6804ef4ad2735dcf0f000f97a182a2333a20667ee27') sha256sums=('7b64b75d260b544beea3f59cb25a6f520c04768818ef4ac316ee9a1f2ebf18f5')
build() { build() {
cd "$_module-$pkgver" cd "$_module-$pkgver"