summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-02-01 09:42:39 +0700
committerAchmad Fathoni2023-02-01 09:42:39 +0700
commit58bbdd77161dd5c06f3253d4bf8dbc270e0514eb (patch)
treea5420a4d5491d53f8c2ed775b6c530d117ce2530 /PKGBUILD
parent4631b06e8d72c46b19cdc895934bbd15ca6ec47f (diff)
downloadaur-58bbdd77161dd5c06f3253d4bf8dbc270e0514eb.tar.gz
0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eec312f6561d..58a4396251ce 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.3.4
+pkgver=0.4.0
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=('2e18062445a501fc24c4ae59bd53b2e81ba2d20a7d52516db5b13c3c934f22c4')
+sha256sums=('5c91fb969bffa3fc28846d8a3eeae804d71577ff49f2cab6b663ad325ae69ad0')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
python setup.py build