summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardar2022-01-27 13:21:21 +0000
committergardar2022-01-27 13:21:21 +0000
commit7dd5cf1e6d38f7b177270caefa5953d085e8fc30 (patch)
treef7ad2e367e4f70b9e6aeb41a8cfece2fa642a509
parente9bd229ca5a7f97d01c0d39d1cbf0cdcaa4b2594 (diff)
downloadaur-arduino-pro-ide.tar.gz
Replace old missing nodejs-lts-dubnium with nodejs dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6816fff698e..798d0c53c247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arduino-pro-ide
pkgdesc = The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple classic Arduino IDE.
pkgver = 0.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arduino/arduino-pro-ide
install = arduino-pro-ide.install
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = arduino-pro-ide
makedepends = git
depends = libxss
depends = gtk3
- depends = nodejs-lts-dubnium
+ depends = nodejs
depends = nss
depends = libxkbfile
depends = python
@@ -22,4 +22,3 @@ pkgbase = arduino-pro-ide
sha256sums = SKIP
pkgname = arduino-pro-ide
-
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"