python-xopen: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-18 18:02:11 +00:00
parent 86893f9df7
commit 0401d9af25

View file

@ -2,8 +2,8 @@
pkgname=python-xopen pkgname=python-xopen
_module=${pkgname#python-} _module=${pkgname#python-}
pkgver=1.7.0 pkgver=1.8.0
pkgrel=3 pkgrel=1
pkgdesc='Python library to pen compressed files transparently' pkgdesc='Python library to pen compressed files transparently'
arch=('any') arch=('any')
url="https://github.com/pycompression/xopen/" url="https://github.com/pycompression/xopen/"
@ -22,7 +22,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=('901f9c8298e95ed74767a4bd76d9f4cf71d8de27b8cf296ac3e7bc1c11520d9f') sha256sums=('00c0fc8945311b1c37e0f845a596d37f26a3d9820aaeb52cffd4f25fdae50840')
build() { build() {
cd "$_module-$pkgver" cd "$_module-$pkgver"