python-ngs: auto updated to 3.2.0-1

This commit is contained in:
BioArchLinuxBot 2025-01-15 06:01:37 +00:00
parent 96d6c990bf
commit a49696f15e

View file

@ -2,8 +2,8 @@
pkgname=python-ngs
_source=sra-tools
pkgver=3.1.1
pkgrel=2
pkgver=3.2.0
pkgrel=1
pkgdesc="python module for NCBI NGS Language Bindings"
url="https://github.com/ncbi/sra-tools"
depends=(
@ -19,7 +19,7 @@ license=('NCBI-PD')
arch=('any')
source=("$_source-$pkgver.tar.gz::https://github.com/ncbi/sra-tools/archive/refs/tags/$pkgver.tar.gz")
options=(!strip) # strip isn't useful for python files and takes forever
sha256sums=('96b110bd5a30ad312e2f02552062b48a77d40c763e6aba5bb84e83662a505cf1')
sha256sums=('5ed9d0a61aa72c55566fb80b8b9293ad9006f528e7e11cba875d9377a0fc7b09')
build() {
cd ${srcdir}/"$_source-$pkgver"/ngs/ngs-python