diff options
author | Tomasz Zok | 2024-07-11 13:22:43 +0200 |
---|---|---|
committer | Tomasz Zok | 2024-07-11 13:22:43 +0200 |
commit | e0267e4034a5c736b500b0ceb9265a44af4a7760 (patch) | |
tree | 57edad8912be4a932973df354df1b4c59f6f6c82 /PKGBUILD | |
parent | ddb0dff92d4d450f6cebd2f242789d47407cc8aa (diff) | |
download | aur-e0267e4034a5c736b500b0ceb9265a44af4a7760.tar.gz |
Update to 0.3.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgbase='python-rnapolis' pkgname='python-rnapolis' _name='rnapolis' -pkgver='0.3.16' +pkgver='0.3.17' pkgrel=1 pkgdesc="A Python library containing RNA-related bioinformatics functions and classes" url="https://github.com/tzok/rnapolis-py" @@ -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=('311b65f54459aab6051508da6db39ce7f324241374fddd3d8e7165d7a5a58ee4') +sha256sums=('a5d28b2f3c1d9b71b4a3e7be0f420d7fba97d276649b37f6220bbbd31642f2e3') build() { cd "${_name}-${pkgver}" |