summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-28 23:17:52 +0800
committerAchmad Fathoni2023-06-28 23:17:52 +0800
commit4f83b5f873d14c46bc98e005976073a011fc779c (patch)
treee6c9092e23f75ccb7a944586edda2ab2626644bc /PKGBUILD
parent96c072ddf783bdca825c333fcf7e0475911d2ba9 (diff)
downloadaur-4f83b5f873d14c46bc98e005976073a011fc779c.tar.gz
Revert "0.4.1"
This reverts commit 96c072ddf783bdca825c333fcf7e0475911d2ba9.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d71430b8a3c..f069043ee43b 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.1
+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=('271e03cb8a9f7f92ab00edcaf6cc3a004c54ac64e1845a146fc6a67d374c3339')
+sha256sums=('5c91fb969bffa3fc28846d8a3eeae804d71577ff49f2cab6b663ad325ae69ad0')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
python setup.py build