summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgardar2022-01-27 13:21:21 +0000
committergardar2022-01-27 13:21:21 +0000
commit7dd5cf1e6d38f7b177270caefa5953d085e8fc30 (patch)
treef7ad2e367e4f70b9e6aeb41a8cfece2fa642a509 /PKGBUILD
parente9bd229ca5a7f97d01c0d39d1cbf0cdcaa4b2594 (diff)
downloadaur-arduino-pro-ide.tar.gz
Replace old missing nodejs-lts-dubnium with nodejs dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ac7e9ca0da1..c839d78fef2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=arduino-pro-ide
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE."
arch=('x86_64')
-depends=('libxss' 'gtk3' 'nodejs-lts-dubnium' 'nss' 'libxkbfile' 'python')
+depends=('libxss' 'gtk3' 'nodejs' 'nss' 'libxkbfile' 'python')
makedepends=('gendesk' 'ruby-ronn' 'git')
optdepends=('arduino-cli')
url="https://github.com/arduino/$pkgname"