summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-10-10 11:42:52 +0700
committerAchmad Fathoni2023-10-10 11:42:52 +0700
commit2ae9f7fb1df21043f09d7fe23ced618edf19ecbf (patch)
treeaa6355afc0e478771886688431b4cdcfb554a317 /PKGBUILD
parent83692e00503539bd9b481804002e0ecdfb9b5e82 (diff)
downloadaur-2ae9f7fb1df21043f09d7fe23ced618edf19ecbf.tar.gz
0.5.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe6ae0f55b1d..36430b9d5d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-voila
_pkgname=${pkgname:7}
-pkgver=0.5.1
+pkgver=0.5.4
pkgrel=1
pkgdesc="VoilĂ  turns Jupyter notebooks into standalone web applications"
arch=('any')
@@ -36,7 +36,7 @@ makedepends+=(
python-debugpy
)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('0fbd4e48e177493284668beb88dfbf79e04140ad4d1d75542d8e63e42f4764ed')
+sha256sums=('216aee6f9daab24cb1b0cd366e4a599c08edb1e644867bdf3b1e5682c7084677')
prepare() {
cd ${srcdir}/${_pkgname}-${pkgver}