summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21e6adae4fdf..3a949fe1b712 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgrel=1
pkgdesc="集成 vConsole、eruda、mdebug 等调试H5页面工具的插件"
arch=(any)
url="https://github.com/whistle-plugins/whistle.inspect"
-license=(MIT)
-depends=('nodejs' 'npm' 'nodejs-whistle')
+license=()
+depends=('nodejs-whistle')
optdepends=()
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${_npmver}.tgz")
-noextract=($_npmname-$_npmver.tgz)
+noextract=(${_npmname}-${_npmver}.tgz)
sha1sums=('3a1eaee89567f0db1ff35356d2b5c434bc097017')
package() {