diff options
author | Tomasz Zok | 2024-03-12 09:18:07 +0100 |
---|---|---|
committer | Tomasz Zok | 2024-03-12 09:18:07 +0100 |
commit | 84e04340d460d64736c4b22a17eaf9ef33d434ef (patch) | |
tree | aa0c75ebfc755a197afb2f3435065bda577c41e8 /PKGBUILD | |
parent | 1e09e9b0095d77dcbcf1fd4fa019eec977d07ced (diff) | |
download | aur-84e04340d460d64736c4b22a17eaf9ef33d434ef.tar.gz |
Update to 0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,8 +2,8 @@ pkgbase='python-rnapolis' pkgname='python-rnapolis' _name='RNApolis' -pkgver='0.3.2' -pkgrel=2 +pkgver='0.3.5' +pkgrel=1 pkgdesc="A Python library containing RNA-related bioinformatics functions and classes" url="https://github.com/tzok/rnapolis-py" depends=(python python-appdirs python-graphviz python-mmcif python-numpy python-ordered-set python-orjson python-pulp python-requests python-scipy python-rna) @@ -11,7 +11,7 @@ makedepends=(python-setuptools python-build python-installer python-wheel) license=(MIT) arch=(any) source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name/-/_}-${pkgver}.tar.gz") -sha256sums=('0c813b28674d3d532a51c4f40c217e7e81b87a333b478bdbd5b82b7b39c469a6') +sha256sums=('e93efcd5b0b1f1ddf89c84f87e1d275b3d53d9298704da5d62fec1a788951060') build() { cd "${_name}-${pkgver}" |