diff options
author | althonos | 2024-11-04 01:52:39 +0000 |
---|---|---|
committer | althonos | 2024-11-04 01:52:39 +0000 |
commit | 5c2a572906bc0f1015b65c5d95e14dff56e3e9af (patch) | |
tree | 64175dc85748fd4fcc7019e8c71a84648856eade | |
parent | ebf3844443cf02acff976175c3cf8d0f609d6b2f (diff) | |
download | aur-5c2a572906bc0f1015b65c5d95e14dff56e3e9af.tar.gz |
Release v3.6.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-pyrodigal pkgdesc = Cython bindings to Prodigal, an ORF finder for genomes and metagenomes - pkgver = 3.6.2 + pkgver = 3.6.3 pkgrel = 1 url = https://github.com/althonos/pyrodigal arch = i686 @@ -22,7 +22,7 @@ pkgbase = python-pyrodigal optdepends = python-isal: fast gzip decompression support optdepends = python-lz4: lz4 decompression support optdepends = python-zstandard: zstd decompression support - source = https://files.pythonhosted.org/packages/source/p/pyrodigal/pyrodigal-3.6.2.tar.gz - sha256sums = 63d82488217459285ec207be2ba8cc0e4657203a51687db610f01c31516bb774 + source = https://files.pythonhosted.org/packages/source/p/pyrodigal/pyrodigal-3.6.3.tar.gz + sha256sums = 3e226f743c960d4d30c46ae6868aff7e2a6b98f8d837cfbd2637568569b21f78 pkgname = python-pyrodigal @@ -2,7 +2,7 @@ _name=pyrodigal pkgname=python-${_name} -pkgver=3.6.2 +pkgver=3.6.3 pkgrel=1 pkgdesc="Cython bindings to Prodigal, an ORF finder for genomes and metagenomes" url="https://github.com/althonos/pyrodigal" @@ -14,7 +14,7 @@ optdepends=('python-isal: fast gzip decompression support' 'python-lz4: lz4 decompression support' 'python-zstandard: zstd decompression support') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=(63d82488217459285ec207be2ba8cc0e4657203a51687db610f01c31516bb774) +sha256sums=(3e226f743c960d4d30c46ae6868aff7e2a6b98f8d837cfbd2637568569b21f78) build() { cd "${srcdir}/${_name}-${pkgver}" |