diff options
author | althonos | 2023-07-20 10:02:51 +0000 |
---|---|---|
committer | althonos | 2023-07-20 10:02:51 +0000 |
commit | ac2d8c05e6ca3fcfdc7e73bef1c4e4d281253555 (patch) | |
tree | c591e2357126a73c381ea290abbd74982f6769a0 | |
parent | 4817ee7526d2304d340e0925567a2ef48afef37c (diff) | |
download | aur-ac2d8c05e6ca3fcfdc7e73bef1c4e4d281253555.tar.gz |
Release v2.3.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = python-pyrodigal pkgdesc = Cython bindings to Prodigal, an ORF finder for genomes and metagenomes - pkgver = 2.2.0 - pkgrel = 2 + pkgver = 2.3.0 + pkgrel = 1 url = https://github.com/althonos/pyrodigal arch = i686 arch = pentium4 @@ -17,7 +17,7 @@ pkgbase = python-pyrodigal makedepends = python-installer depends = python depends = python-archspec - source = https://files.pythonhosted.org/packages/source/p/pyrodigal/pyrodigal-2.2.0.tar.gz - sha256sums = d516577aa6f8177af20d176c0757bbce17361dafb5cffc28b2a32cff1256c325 + source = https://files.pythonhosted.org/packages/source/p/pyrodigal/pyrodigal-2.3.0.tar.gz + sha256sums = 6aaaab9cfdd70052ab12fd55c2c29216b6f438f5ae50a7dd53ad70faf5f47e60 pkgname = python-pyrodigal @@ -2,8 +2,8 @@ _name=pyrodigal pkgname=python-${_name} -pkgver=2.2.0 -pkgrel=2 +pkgver=2.3.0 +pkgrel=1 pkgdesc="Cython bindings to Prodigal, an ORF finder for genomes and metagenomes" url="https://github.com/althonos/pyrodigal" arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'cython' 'python-build' 'python-installer') depends=('python' 'python-archspec') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") noextract=() -sha256sums=(d516577aa6f8177af20d176c0757bbce17361dafb5cffc28b2a32cff1256c325) +sha256sums=(6aaaab9cfdd70052ab12fd55c2c29216b6f438f5ae50a7dd53ad70faf5f47e60) build() { cd "${srcdir}/${_name}-${pkgver}" |