diff options
author | Tomasz Zok | 2024-03-13 12:27:56 +0100 |
---|---|---|
committer | Tomasz Zok | 2024-03-13 12:27:56 +0100 |
commit | 58541b26d49c2a7c579b55fe052eaa7fb4994f2b (patch) | |
tree | 50200b985ccec098058122d940ea5def17775f50 /PKGBUILD | |
parent | 8ad53458c298e9323a41ea63bc76bbe76e8bcd32 (diff) | |
download | aur-58541b26d49c2a7c579b55fe052eaa7fb4994f2b.tar.gz |
Update to 0.3.7
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.6' +pkgver='0.3.7' 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=('0dcb73d407198d92a4e0a91a328d0386b37facffb2ceea77d7e80e539befcdf3') +sha256sums=('2ce83f1f983a21ac2e2d443cde3a41c1d0aefab6d2ebfa6ca28da3657454e99b') build() { cd "${_name}-${pkgver}" |