summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-02-15 14:19:43 +0800
committerlilac2022-02-15 14:19:43 +0800
commit6e70a16abf94708a2742b3ac1add54e2204e210e (patch)
tree7ac0353b3d2aa08a6920794fd1b0f6d10c736bf1 /PKGBUILD
parenta5449d04fbc6fd37c276561977ea0ead31816004 (diff)
downloadaur-6e70a16abf94708a2742b3ac1add54e2204e210e.tar.gz
[lilac] updated to 1.0.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5bce546a636..b82b4b5df9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=1.0.0
+pkgver=1.0.2
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=('d1ab29f18974bd15161bb337288dadc3df817cc6e7db90f8c37243797589bf90ae9bb107d1450bfdfdc6978ba9766daf134cc11620f93839f2b68042be296540')
+sha512sums=('b51838e3581dd0e4b918a09f533c3c939749ddd4cf20aeab68373289e3e1c66e79d218ab9d5fc2f5fbf2173195cf403e2e6909c3d0f673d7819c14d76123c4b7')
build() {
cd "${_pkgname}-${pkgver}"