mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-ngs: auto updated to 3.2.0-1
This commit is contained in:
parent
96d6c990bf
commit
a49696f15e
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
pkgname=python-ngs
|
pkgname=python-ngs
|
||||||
_source=sra-tools
|
_source=sra-tools
|
||||||
pkgver=3.1.1
|
pkgver=3.2.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="python module for NCBI NGS Language Bindings"
|
pkgdesc="python module for NCBI NGS Language Bindings"
|
||||||
url="https://github.com/ncbi/sra-tools"
|
url="https://github.com/ncbi/sra-tools"
|
||||||
depends=(
|
depends=(
|
||||||
|
@ -19,7 +19,7 @@ license=('NCBI-PD')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
source=("$_source-$pkgver.tar.gz::https://github.com/ncbi/sra-tools/archive/refs/tags/$pkgver.tar.gz")
|
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
|
options=(!strip) # strip isn't useful for python files and takes forever
|
||||||
sha256sums=('96b110bd5a30ad312e2f02552062b48a77d40c763e6aba5bb84e83662a505cf1')
|
sha256sums=('5ed9d0a61aa72c55566fb80b8b9293ad9006f528e7e11cba875d9377a0fc7b09')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/"$_source-$pkgver"/ngs/ngs-python
|
cd ${srcdir}/"$_source-$pkgver"/ngs/ngs-python
|
||||||
|
|
Loading…
Add table
Reference in a new issue