summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-08-21 02:21:54 +0800
committerlilac2020-08-21 02:21:54 +0800
commita5449d04fbc6fd37c276561977ea0ead31816004 (patch)
treedc4e263f85f5fcf218422f3b7831c54b2e441d44 /PKGBUILD
parent45dd1eac0feac1e1de90efd3c5203b1401b02f50 (diff)
downloadaur-a5449d04fbc6fd37c276561977ea0ead31816004.tar.gz
[lilac] updated to 1.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6482189442d..f5bce546a636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=0.2.6
+pkgver=1.0.0
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=('6576dbf51efcc20c75298bd9be847f72c386dc53b16f662402fc9d9245137aaed8804c691c98f06524d74940969ea71e89d69d7248068790a5bee748e8a15713')
+sha512sums=('d1ab29f18974bd15161bb337288dadc3df817cc6e7db90f8c37243797589bf90ae9bb107d1450bfdfdc6978ba9766daf134cc11620f93839f2b68042be296540')
build() {
cd "${_pkgname}-${pkgver}"