summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorExcitable Snowball2023-07-24 22:26:14 +0000
committerExcitable Snowball2023-07-24 22:27:06 +0000
commit5e0e656cce636a120f208dd6a74a9f279f8e32ea (patch)
tree5bc5507ce81f7ef1f3c52feef68bfd731f984ff8 /PKGBUILD
parent573c2d6a2bba3e11336fe2f30a745204602bab57 (diff)
downloadaur-python-ncbi-genome-download.tar.gz
0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 593095506a0b..47c0fe5dbcc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_reponame=ncbi-genome-download
pkgname=python-ncbi-genome-download
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Scripts to download genomes from the NCBI FTP servers"
arch=('any')
url="https://github.com/kblin/ncbi-genome-download"
license=('Apache')
-depends=('python' 'python-setuptools' 'python-appdirs' 'python-requests')
+depends=('python' 'python-setuptools' 'python-appdirs' 'python-requests' 'python-tqdm')
source=(ncbi-genome-download-$pkgver.tar.gz::https://github.com/kblin/ncbi-genome-download/archive/$pkgver.tar.gz)
-sha512sums=('2364ef1945276e8c594aefd9613688a3cbfa54c8e68c819849853d8073525ec029d68b7e11a54830ad63219a3c5c6ddfdcf1ab7341caf9e0952a67f0b730616b')
+sha256sums=('147b19908293b8c69782ac6734b79ba10dc78336820e3c469649723c5f6c4656')
build() {
cd "${srcdir}"/${_reponame}-$pkgver