summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMithicSpirit2022-01-10 15:02:00 -0500
committerMithicSpirit2022-01-10 15:02:00 -0500
commit7ac6c7d143fb0cd9a16152dd66ccd7684eefb760 (patch)
tree8de4f80af575785446281b45eecfd7875c71aa87 /PKGBUILD
parent1f7b077146d4d0b1618634bb8fac05e2ac2cd55c (diff)
downloadaur-7ac6c7d143fb0cd9a16152dd66ccd7684eefb760.tar.gz
v2.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25831d17b126..8ea9735ee58f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MithicSpirit <rpc01234 at gmail dot com>
pkgname=python-pbar
-pkgver=2.0.3
+pkgver=2.0.4
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=('269869bfed4e4dc7dee78bf1e002b65e50c6fc3e7bc9dfbd8708d65c6619f59a')
+sha256sums=('4002660169290fda26f62b05fda73c30f3d8ee2038fc63c357decd257a6a9ddd')
build() {
cd "$_pypi_name-$pkgver"