python-isal: auto updated to 1.3.0-1

This commit is contained in:
BioArchLinuxBot 2023-09-20 12:07:22 +00:00
parent ff98e22650
commit a7b70db04e

View file

@ -2,7 +2,7 @@
pkgname=python-isal pkgname=python-isal
_module=${pkgname#python-} _module=${pkgname#python-}
pkgver=1.2.0 pkgver=1.3.0
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=('7e968efcb628a69ea990894d2b6cd8cc8afc4e86fb648001ae0ba6dd2e79042a') sha256sums=('4d5ffce8b65b1ff9fa5c84dca79c49f163656ff5463bc0a078c6cdb3500f6bfc')
build() { build() {
cd "$_module-$pkgver" cd "$_module-$pkgver"