summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-06-06 17:55:26 +0800
committerlilac2020-06-06 17:55:26 +0800
commit3d0ba6a3621c7d61d40517141a0ac512f09e4e2f (patch)
tree3bafa6bd68ceee85d0dbfde64ead6bed19d2b2e1 /PKGBUILD
parent113dd93e4609975089d62dbb0ade2e893f403933 (diff)
downloadaur-3d0ba6a3621c7d61d40517141a0ac512f09e4e2f.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b42567d4955..8bf3069660e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=0.1.22
-pkgrel=1
+pkgver=0.2.3
+pkgrel=2
pkgdesc='Simple and flexible progress bar for Jupyter Notebook and console'
arch=('any')
-url='https://github.com/dstathis/fastprocess'
+url='https://github.com/fastai/fastprogress'
license=('Apache')
makedepends=(
'python-setuptools'
)
-source=("https://github.com/fastai/fastprogress/archive/${pkgver}.tar.gz")
-sha512sums=('bb2c7666523cbbadbf7ef31e4a74a8cdc96e84d152eb75704b5e210e38f70063aa13deada3edad0cc708d57b6d626da5408ca9b4a7ff074c43fa38fcd82bcdbe')
+source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha512sums=('cc518bc8670f7a68fb06456a17adff8b244d77af9549cbdec6cc9dd71e595a29b51f8efca23d46ca6429e20a4ef74bdc5cbf27820ab4bbc7f6c90c8c9c959c5e')
build() {
cd "${_pkgname}-${pkgver}"