summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Zok2024-03-12 09:18:07 +0100
committerTomasz Zok2024-03-12 09:18:07 +0100
commit84e04340d460d64736c4b22a17eaf9ef33d434ef (patch)
treeaa0c75ebfc755a197afb2f3435065bda577c41e8 /PKGBUILD
parent1e09e9b0095d77dcbcf1fd4fa019eec977d07ced (diff)
downloadaur-84e04340d460d64736c4b22a17eaf9ef33d434ef.tar.gz
Update to 0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9e09869dd6c..5148750b9ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"