diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -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 @@ -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') |