summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-08-11 10:59:10 +0800
committerlilac2020-08-11 10:59:10 +0800
commit45dd1eac0feac1e1de90efd3c5203b1401b02f50 (patch)
tree432ffc8010bbf7698e7cdae895838372f18caa85
parentaaf15436ec24f89258a5d6e094751f12d8302ebb (diff)
downloadaur-45dd1eac0feac1e1de90efd3c5203b1401b02f50.tar.gz
[lilac] updated to 0.2.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20c64239c9e0..72a98b5c3b43 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.5
+ pkgver = 0.2.6
pkgrel = 1
url = https://github.com/fastai/fastprogress
arch = any
license = Apache
makedepends = python-setuptools
- source = python-fastprogress-0.2.5.tar.gz::https://files.pythonhosted.org/packages/source/f/fastprogress/fastprogress-0.2.5.tar.gz
- sha512sums = eab71ae0805676df2efb8df05bec9b522c6776c00bfa1ea92e60a2043ab603a1b17dea09f951bd99f58104490626de35501c6b0c688b72345c64db9f5026518f
+ source = python-fastprogress-0.2.6.tar.gz::https://files.pythonhosted.org/packages/source/f/fastprogress/fastprogress-0.2.6.tar.gz
+ sha512sums = 6576dbf51efcc20c75298bd9be847f72c386dc53b16f662402fc9d9245137aaed8804c691c98f06524d74940969ea71e89d69d7248068790a5bee748e8a15713
pkgname = python-fastprogress
diff --git a/PKGBUILD b/PKGBUILD
index c6470631db64..e6482189442d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=0.2.5
+pkgver=0.2.6
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=('eab71ae0805676df2efb8df05bec9b522c6776c00bfa1ea92e60a2043ab603a1b17dea09f951bd99f58104490626de35501c6b0c688b72345c64db9f5026518f')
+sha512sums=('6576dbf51efcc20c75298bd9be847f72c386dc53b16f662402fc9d9245137aaed8804c691c98f06524d74940969ea71e89d69d7248068790a5bee748e8a15713')
build() {
cd "${_pkgname}-${pkgver}"