summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-07-28 10:42:25 +0800
committerlilac2020-07-28 10:42:25 +0800
commit908ea6133815b89e943094fd647e3c2f0e0d9558 (patch)
treee6e0e9cab887a40b2363e1036b92ca0ee90ce195 /PKGBUILD
parent3d0ba6a3621c7d61d40517141a0ac512f09e4e2f (diff)
downloadaur-908ea6133815b89e943094fd647e3c2f0e0d9558.tar.gz
[lilac] updated to 0.2.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bf3069660e6..a4af02c062fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
pkgdesc='Simple and flexible progress bar for Jupyter Notebook and console'
arch=('any')
url='https://github.com/fastai/fastprogress'
@@ -12,7 +12,7 @@ makedepends=(
'python-setuptools'
)
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('cc518bc8670f7a68fb06456a17adff8b244d77af9549cbdec6cc9dd71e595a29b51f8efca23d46ca6429e20a4ef74bdc5cbf27820ab4bbc7f6c90c8c9c959c5e')
+sha512sums=('97e6ccc49b9c8360738b77259f2900eb105eadcce1ff2b1bc82d5f06d96901f93a70e274f002bfaefd245e41db497d992a1e4112ea5b8f55d81b6271305a7cd3')
build() {
cd "${_pkgname}-${pkgver}"