aboutsummaryrefslogtreecommitdiffstats
path: root/community/ipynb2html/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ipynb2html/APKBUILD')
-rw-r--r--community/ipynb2html/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ipynb2html/APKBUILD b/community/ipynb2html/APKBUILD
index 0c50a8f5850..b3d93683a79 100644
--- a/community/ipynb2html/APKBUILD
+++ b/community/ipynb2html/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ipynb2html
pkgver=0.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="Convert Jupyter Notebook to static HTML"
url="https://github.com/jirutka/ipynb2html"
-# riscv64 missing nodejs
-arch="noarch !riscv64"
+# issue #14292
+#arch="noarch"
license="MIT BSD-3-Clause"
depends="nodejs"
makedepends="yarn"