mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-ngs: auto updated to 3.1.0-1
This commit is contained in:
parent
e1c761c5ff
commit
ee533a10f5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=python-ngs
|
pkgname=python-ngs
|
||||||
_source=sra-tools
|
_source=sra-tools
|
||||||
pkgver=3.0.10
|
pkgver=3.1.0
|
||||||
pkgrel=1
|
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"
|
||||||
|
@ -19,7 +19,7 @@ license=('custom: Public Domain')
|
||||||
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=('93cfa802938506866b9d565a18a31ac84fd26f2929636b23f1f8dd9f39cf977d')
|
sha256sums=('ce92ce887ee4a7581a7511cfb6b965ac6a5e38841bad9be66a3aee903ec48952')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/"$_source-$pkgver"/ngs/ngs-python
|
cd ${srcdir}/"$_source-$pkgver"/ngs/ngs-python
|
||||||
|
|
Loading…
Add table
Reference in a new issue