summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-08-07 10:10:06 +0800
committerlilac2020-08-07 10:10:06 +0800
commitaaf15436ec24f89258a5d6e094751f12d8302ebb (patch)
tree8c325a2ec39d76b31cd7bf09b75293d5f6398535 /PKGBUILD
parent908ea6133815b89e943094fd647e3c2f0e0d9558 (diff)
downloadaur-aaf15436ec24f89258a5d6e094751f12d8302ebb.tar.gz
[lilac] updated to 0.2.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4af02c062fe..c6470631db64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc='Simple and flexible progress bar for Jupyter Notebook and console'
arch=('any')
@@ -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=('97e6ccc49b9c8360738b77259f2900eb105eadcce1ff2b1bc82d5f06d96901f93a70e274f002bfaefd245e41db497d992a1e4112ea5b8f55d81b6271305a7cd3')
+sha512sums=('eab71ae0805676df2efb8df05bec9b522c6776c00bfa1ea92e60a2043ab603a1b17dea09f951bd99f58104490626de35501c6b0c688b72345c64db9f5026518f')
build() {
cd "${_pkgname}-${pkgver}"