mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-biotite: auto updated to 0.38.0-1
This commit is contained in:
parent
7eccbd8db6
commit
5706f33b83
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue