summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-08-07 10:10:06 +0800
committerlilac2020-08-07 10:10:06 +0800
commitaaf15436ec24f89258a5d6e094751f12d8302ebb (patch)
tree8c325a2ec39d76b31cd7bf09b75293d5f6398535
parent908ea6133815b89e943094fd647e3c2f0e0d9558 (diff)
downloadaur-aaf15436ec24f89258a5d6e094751f12d8302ebb.tar.gz
[lilac] updated to 0.2.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 940e36cb3ab2..20c64239c9e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-fastprogress
pkgdesc = Simple and flexible progress bar for Jupyter Notebook and console
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/fastai/fastprogress
arch = any
license = Apache
makedepends = python-setuptools
- source = python-fastprogress-0.2.4.tar.gz::https://files.pythonhosted.org/packages/source/f/fastprogress/fastprogress-0.2.4.tar.gz
- sha512sums = 97e6ccc49b9c8360738b77259f2900eb105eadcce1ff2b1bc82d5f06d96901f93a70e274f002bfaefd245e41db497d992a1e4112ea5b8f55d81b6271305a7cd3
+ source = python-fastprogress-0.2.5.tar.gz::https://files.pythonhosted.org/packages/source/f/fastprogress/fastprogress-0.2.5.tar.gz
+ sha512sums = eab71ae0805676df2efb8df05bec9b522c6776c00bfa1ea92e60a2043ab603a1b17dea09f951bd99f58104490626de35501c6b0c688b72345c64db9f5026518f
pkgname = python-fastprogress
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}"