python-isal: udpdate PKGBUILD to 1.5.0

This commit is contained in:
bipin kumar 2023-10-14 20:24:59 +05:30
parent eabda4a0a4
commit 3f928a64a7
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -2,15 +2,15 @@
pkgname=python-isal pkgname=python-isal
_module=${pkgname#python-} _module=${pkgname#python-}
pkgver=1.4.1 pkgver=1.5.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')
url="https://github.com/pycompression/python-isal" url="https://github.com/pycompression/python-isal"
license=('PSF') license=('PSF')
depends=(
'python' depends=('python' 'glibc')
)
makedepends=( makedepends=(
'python-build' 'python-build'
'python-installer' 'python-installer'
@ -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=('3211a032436af58a902b5ccb754f6be219a730ee3c6d3a8fc6b79429c24fc13c') sha256sums=('eadb48eb7dc161ac73afe36b18980b3b34ac224f2172302e301717aa40748b54')
build() { build() {
cd "$_module-$pkgver" cd "$_module-$pkgver"