summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralthonos2024-11-04 01:52:39 +0000
committeralthonos2024-11-04 01:52:39 +0000
commit5c2a572906bc0f1015b65c5d95e14dff56e3e9af (patch)
tree64175dc85748fd4fcc7019e8c71a84648856eade
parentebf3844443cf02acff976175c3cf8d0f609d6b2f (diff)
downloadaur-5c2a572906bc0f1015b65c5d95e14dff56e3e9af.tar.gz
Release v3.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a61bdaef5ece..b95884312ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 48225d8f303a..bf676ebf9f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"