summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-28 19:12:41 +0800
committerAchmad Fathoni2023-06-28 19:12:41 +0800
commit96c072ddf783bdca825c333fcf7e0475911d2ba9 (patch)
treee2fb593b991e17e212d63fa63afa52f90379066a /PKGBUILD
parent720e29198568280127fc7bc5883b9f8054c97857 (diff)
downloadaur-96c072ddf783bdca825c333fcf7e0475911d2ba9.tar.gz
0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f069043ee43b..8d71430b8a3c 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.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="VoilĂ  turns Jupyter notebooks into standalone web applications"
arch=('any')
@@ -19,7 +19,7 @@ depends=(
python-traitlets
)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('5c91fb969bffa3fc28846d8a3eeae804d71577ff49f2cab6b663ad325ae69ad0')
+sha256sums=('271e03cb8a9f7f92ab00edcaf6cc3a004c54ac64e1845a146fc6a67d374c3339')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
python setup.py build