python-biotite: auto updated to 0.40.0-1

This commit is contained in:
BioArchLinuxBot 2024-04-03 00:16:05 +00:00
parent 9715147163
commit 559a574770

View file

@ -2,7 +2,7 @@
pkgname='python-biotite' pkgname='python-biotite'
_module=${pkgname#python-} _module=${pkgname#python-}
pkgver=0.39.0 pkgver=0.40.0
pkgrel=1 pkgrel=1
pkgdesc="A comprehensive library for computational molecular biology" pkgdesc="A comprehensive library for computational molecular biology"
arch=('x86_64') arch=('x86_64')
@ -19,7 +19,7 @@ makedepends=(python-build
python-oldest-supported-numpy python-oldest-supported-numpy
cython) cython)
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-$pkgver.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-$pkgver.tar.gz")
sha256sums=('9fa8b02e72f3ca47af39befad6e18a53ed7ede653298936e3d359dba03d85e13') sha256sums=('7c24f4efcc315299ad36f5deacef0c65bb61cc59a6b642387b6210988b557261')
build() { build() {
cd "${srcdir}/${_module}-${pkgver}" cd "${srcdir}/${_module}-${pkgver}"