summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2022-01-09 21:26:07 -0500
committerMithicSpirit2022-01-09 21:26:07 -0500
commitcb0c60882fb16d0c4b826c8fb098da43cdae8a68 (patch)
tree18d8ad9535dd54b31b0f3cbd8cdd6ae7fb18bb24
parent3981979805ac62f8b3662bf7512bee5eb31fccc8 (diff)
downloadaur-cb0c60882fb16d0c4b826c8fb098da43cdae8a68.tar.gz
v2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54204d7b9a9e..dc9dd90088ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pbar
pkgdesc = A Python library to display customizable progress bars on the terminal easily.
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/DarviL82/PBar
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3.9
- source = https://files.pythonhosted.org/packages/source/P/PBar2/PBar2-2.0.1.tar.gz
- sha256sums = b1c53717b1ac26dfed3615ea2e50957a497573eb6699dbafe9bbeb5f475db74d
+ source = https://files.pythonhosted.org/packages/source/P/PBar2/PBar2-2.0.2.tar.gz
+ sha256sums = 55eb3004bd40dfe7793b8461136ed692eaed9e7064b3cd3660a3187d3b75c95a
pkgname = python-pbar
diff --git a/PKGBUILD b/PKGBUILD
index c0831a3db2b2..a0a402ee167b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MithicSpirit <rpc01234 at gmail dot com>
pkgname=python-pbar
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="A Python library to display customizable progress bars on the terminal easily."
arch=(any)
@@ -11,7 +11,7 @@ depends=('python>=3.9')
makedepends=('python-setuptools')
_pypi_name=PBar2
source=("https://files.pythonhosted.org/packages/source/${_pypi_name::1}/$_pypi_name/$_pypi_name-$pkgver.tar.gz")
-sha256sums=('b1c53717b1ac26dfed3615ea2e50957a497573eb6699dbafe9bbeb5f475db74d')
+sha256sums=('55eb3004bd40dfe7793b8461136ed692eaed9e7064b3cd3660a3187d3b75c95a')
build() {
cd "$_pypi_name-$pkgver"