summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-22 06:01:28 +0000
committerBioArchLinuxBot2024-05-22 06:01:28 +0000
commit11cb4eefd28d6d6e08449d8262b23895df431945 (patch)
treea15766467d5d7d5057b57f9035dbfa9d27c0d9b8 /PKGBUILD
parent3fef9c0fb609dd843f8238b34a4797815ce16e34 (diff)
downloadaur-python-ngs.tar.gz
[lilac] updated to 3.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36fb92b51c90..3f70f37f285c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ngs
_source=sra-tools
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="python module for NCBI NGS Language Bindings"
url="https://github.com/ncbi/sra-tools"
@@ -19,7 +19,7 @@ license=('custom: Public Domain')
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=('ce92ce887ee4a7581a7511cfb6b965ac6a5e38841bad9be66a3aee903ec48952')
+sha256sums=('96b110bd5a30ad312e2f02552062b48a77d40c763e6aba5bb84e83662a505cf1')
build() {
cd ${srcdir}/"$_source-$pkgver"/ngs/ngs-python