summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f56a587bcb0..5aa3101c2913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = mystmd
url = https://github.com/jupyter-book/mystmd
arch = any
license = MIT
- makedepends = npm
depends = nodejs
+ depends = npm
options = !emptydirs
source = https://registry.npmjs.org/mystmd/-/mystmd-1.3.19.tgz
b2sums = 37eddf4c4934953e396b98aec8159a293d192a6096e21f2de2ad48cb19a260a8b1004acefb8cfe4d06574acba09b5fa276f1868d722f8e68879e975dee58e7f5
diff --git a/PKGBUILD b/PKGBUILD
index 8c11b4f1644d..3659201969aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,7 @@ pkgdesc="Command line tools for working with MyST Markdown"
url="https://github.com/jupyter-book/${pkgname}"
arch=(any)
license=(MIT)
-makedepends=(npm)
-depends=(nodejs)
+depends=(nodejs npm)
options=('!emptydirs')
source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
b2sums=('37eddf4c4934953e396b98aec8159a293d192a6096e21f2de2ad48cb19a260a8b1004acefb8cfe4d06574acba09b5fa276f1868d722f8e68879e975dee58e7f5')