summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-22 20:21:39 +0800
committerlilac2022-07-22 20:21:39 +0800
commit0c7831c4473e83a3134dddef3abf99682d609631 (patch)
treeef39e4b651c8954b5d8205b880b6b001c803ca52
parent6e70a16abf94708a2742b3ac1add54e2204e210e (diff)
downloadaur-0c7831c4473e83a3134dddef3abf99682d609631.tar.gz
[lilac] updated to 1.0.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1be2c6ec31..3d2131b0c0d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-fastprogress
pkgdesc = Simple and flexible progress bar for Jupyter Notebook and console
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/fastai/fastprogress
arch = any
license = Apache
makedepends = python-setuptools
- source = python-fastprogress-1.0.2.tar.gz::https://files.pythonhosted.org/packages/source/f/fastprogress/fastprogress-1.0.2.tar.gz
- sha512sums = b51838e3581dd0e4b918a09f533c3c939749ddd4cf20aeab68373289e3e1c66e79d218ab9d5fc2f5fbf2173195cf403e2e6909c3d0f673d7819c14d76123c4b7
+ source = python-fastprogress-1.0.3.tar.gz::https://files.pythonhosted.org/packages/source/f/fastprogress/fastprogress-1.0.3.tar.gz
+ sha512sums = 07660d2e887bc7d28c01eda0231f328f325e05e9c2948abd12c12bc0ede4822e5282356e56b171b93a2539bcdc16f6fae0c1044e6ef22f08bc44e8725f2735f7
pkgname = python-fastprogress
diff --git a/PKGBUILD b/PKGBUILD
index b82b4b5df9a5..6f9483198c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fastprogress
_pkgname=fastprogress
-pkgver=1.0.2
+pkgver=1.0.3
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=('b51838e3581dd0e4b918a09f533c3c939749ddd4cf20aeab68373289e3e1c66e79d218ab9d5fc2f5fbf2173195cf403e2e6909c3d0f673d7819c14d76123c4b7')
+sha512sums=('07660d2e887bc7d28c01eda0231f328f325e05e9c2948abd12c12bc0ede4822e5282356e56b171b93a2539bcdc16f6fae0c1044e6ef22f08bc44e8725f2735f7')
build() {
cd "${_pkgname}-${pkgver}"