summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Carrio2020-01-17 08:56:51 -0500
committerTom Carrio2020-01-17 08:56:51 -0500
commitdd28c46249c14c531b94f4a120111a8eea3c232e (patch)
treeaf09058674281aae75a7ee7a24752b2275370bcc
parente93b31e18aa706d245e8ded3b7271683d6ce86ef (diff)
downloadaur-dd28c46249c14c531b94f4a120111a8eea3c232e.tar.gz
Updated to use nodejs not node package
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f40769aa547..f494567b8e14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ conflicts=('sqltabs')
depends=('perl')
optdepends=(
'nvm'
- 'node>=10'
+ 'nodejs>=10'
)
source=(
'https://github.com/sasha-alias/sqltabs/releases/download/v1.0.0/sqltabs.linux.tar.gz'