summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zok2025-03-13 13:14:22 +0100
committerTomasz Zok2025-03-13 13:14:22 +0100
commit9004224838b982e793c7bb8462deaadc4823544a (patch)
tree456e9e50731d36996fa4d20f55b1b4470e8821fc
parentbe23ecb0704db3b8bba3e03b25111e27f3f055b3 (diff)
downloadaur-9004224838b982e793c7bb8462deaadc4823544a.tar.gz
Update to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63cbfe9c646d..8e46df240ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rnapolis
pkgdesc = A Python library containing RNA-related bioinformatics functions and classes
- pkgver = 0.4.17
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/tzok/rnapolis-py
arch = any
@@ -22,7 +22,7 @@ pkgbase = python-rnapolis
depends = python-scipy
depends = python-rna
optdepends = highs: Linear optimization software [when present, pseudoknot order assignment is solved much faster in RNApolis]
- source = https://files.pythonhosted.org/packages/source/r/rnapolis/rnapolis-0.4.17.tar.gz
- sha256sums = b762efdae752a52db957b5bf4261417a80cf3f229542345aceb704cd651b3257
+ source = https://files.pythonhosted.org/packages/source/r/rnapolis/rnapolis-0.5.0.tar.gz
+ sha256sums = 67ec253a9b8db0486d3013dcf4030dbcf7c6443f6d02ccde8d4a342166c43214
pkgname = python-rnapolis
diff --git a/PKGBUILD b/PKGBUILD
index 037d19f601c3..6a546e0c2586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase='python-rnapolis'
pkgname='python-rnapolis'
_name='rnapolis'
-pkgver='0.4.17'
+pkgver='0.5.0'
pkgrel=1
pkgdesc="A Python library containing RNA-related bioinformatics functions and classes"
url="https://github.com/tzok/rnapolis-py"
@@ -12,7 +12,7 @@ optdepends=('highs: Linear optimization software [when present, pseudoknot order
license=(MIT)
arch=(any)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name/-/_}-${pkgver}.tar.gz")
-sha256sums=('b762efdae752a52db957b5bf4261417a80cf3f229542345aceb704cd651b3257')
+sha256sums=('67ec253a9b8db0486d3013dcf4030dbcf7c6443f6d02ccde8d4a342166c43214')
build() {
cd "${_name}-${pkgver}"