summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2022-01-10 15:57:04 -0500
committerMithicSpirit2022-01-10 15:57:04 -0500
commit31ebbb402e7c630b409d717ec53591ace70e97d6 (patch)
tree180705a217f578f3acf3359573829ec7535606b3
parent2941b54297c9d38437ae9317d242aae52391b857 (diff)
downloadaur-31ebbb402e7c630b409d717ec53591ace70e97d6.tar.gz
v2.0.4.post2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e21182aae9cc..1afe63661207 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.4.post1
+ pkgver = 2.0.4.post2
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.4.post1.tar.gz
- sha256sums = f04e00100f19d503db0835a0019e2d02e2fdc6e8e55087195394d86e47b6d46b
+ source = https://files.pythonhosted.org/packages/source/P/PBar2/PBar2-2.0.4.post2.tar.gz
+ sha256sums = 4f42f580aea5b027851458493cc4aaac73c7cfcfc26323d2c13fee3826a13182
pkgname = python-pbar
diff --git a/PKGBUILD b/PKGBUILD
index d9b8a2634fb2..ee4d842ac20d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MithicSpirit <rpc01234 at gmail dot com>
pkgname=python-pbar
-pkgver=2.0.4.post1
+pkgver=2.0.4.post2
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=('f04e00100f19d503db0835a0019e2d02e2fdc6e8e55087195394d86e47b6d46b')
+sha256sums=('4f42f580aea5b027851458493cc4aaac73c7cfcfc26323d2c13fee3826a13182')
build() {
cd "$_pypi_name-$pkgver"