summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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