python-biotite: auto updated to 0.38.0-1

This commit is contained in:
BioArchLinuxBot 2023-09-10 00:07:53 +00:00
parent 7eccbd8db6
commit 5706f33b83

View file

@ -2,8 +2,8 @@
pkgname='python-biotite'
_module=${pkgname#python-}
pkgver=0.37.0
pkgrel=2
pkgver=0.38.0
pkgrel=1
pkgdesc="A comprehensive library for computational molecular biology"
arch=('x86_64')
url="https://www.biotite-python.org"
@ -19,7 +19,7 @@ makedepends=(python-build
python-oldest-supported-numpy
cython)
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-$pkgver.tar.gz")
sha256sums=('07442d02e1de16c3c350e2a808d43f67e0f2f61dd92e7281f000974dc63de09f')
sha256sums=('6194f2281f9e6e3fb3c3064f851b46add19704fc6c11de5d289cda2f4dcf8213')
build() {
cd "${srcdir}/${_module}-${pkgver}"