summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-11-20 11:07:49 +0800
committerlilac2019-11-20 11:07:49 +0800
commit113dd93e4609975089d62dbb0ade2e893f403933 (patch)
tree98d91886f77b3127ce1a997af0bcdef984a66bff
parent6e756626f923ad8084569337beb1817c71f32873 (diff)
downloadaur-113dd93e4609975089d62dbb0ade2e893f403933.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff7002aeb12..24f68feca5d3 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.1.21
- pkgrel = 2
+ pkgver = 0.1.22
+ pkgrel = 1
url = https://github.com/dstathis/fastprocess
arch = any
license = Apache
makedepends = python-setuptools
- source = https://github.com/fastai/fastprogress/archive/0.1.21.tar.gz
- sha512sums = 3679629dfe0f64ba3b51ff28b184883e915651f862b06c0494a0956f4fe42110e7e5702d5ea74d99a1a24c0082e90b598ef340c8f960ecde4fb06cb501939bae
+ source = https://github.com/fastai/fastprogress/archive/0.1.22.tar.gz
+ sha512sums = bb2c7666523cbbadbf7ef31e4a74a8cdc96e84d152eb75704b5e210e38f70063aa13deada3edad0cc708d57b6d626da5408ca9b4a7ff074c43fa38fcd82bcdbe
pkgname = python-fastprogress
diff --git a/PKGBUILD b/PKGBUILD
index e379ca73ceb4..3b42567d4955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=0.1.21
-pkgrel=2
+pkgver=0.1.22
+pkgrel=1
pkgdesc='Simple and flexible progress bar for Jupyter Notebook and console'
arch=('any')
url='https://github.com/dstathis/fastprocess'
@@ -12,7 +12,7 @@ makedepends=(
'python-setuptools'
)
source=("https://github.com/fastai/fastprogress/archive/${pkgver}.tar.gz")
-sha512sums=('3679629dfe0f64ba3b51ff28b184883e915651f862b06c0494a0956f4fe42110e7e5702d5ea74d99a1a24c0082e90b598ef340c8f960ecde4fb06cb501939bae')
+sha512sums=('bb2c7666523cbbadbf7ef31e4a74a8cdc96e84d152eb75704b5e210e38f70063aa13deada3edad0cc708d57b6d626da5408ca9b4a7ff074c43fa38fcd82bcdbe')
build() {
cd "${_pkgname}-${pkgver}"