summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2024-12-21 12:38:15 +0100
committerPopolon2024-12-21 12:38:15 +0100
commit8c9f3839bbe6000fb277c2901cefdd2ba726939d (patch)
tree0694977ccd38fe4c6d26f6413b81ed57af9c0f71 /PKGBUILD
parentb443a37049805dae98d92d56c7010cd39a3c57c4 (diff)
downloadaur-8c9f3839bbe6000fb277c2901cefdd2ba726939d.tar.gz
upgrade to 0.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4be42c58ccea..d19e4ac52169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-jupyterlite'
pkgname=('python-jupyterlite')
_module='jupyterlite'
-pkgver=0.4.1
+pkgver=0.4.5
pkgrel=1
pkgdesc="tools for building JupyterLite sites"
url="https://github.com/jupyterlite/jupyterlite"
@@ -20,7 +20,7 @@ makedepends=('python-pip' 'python-wheel' 'python-flit' 'python-installer')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz")
-sha256sums=('1eeb272ecee46af4c4154ec62a0e1fbce55dcc698e6ca7aa0a188c94a642186e')
+sha256sums=('473de4b1dba6385670ca25b46aa8bdfe8bec665abaf54b3ddd28557611b12e97')
build() {
cd "${srcdir}/${_module}-${pkgver}"