Skip to content

Commit

Permalink
Add npm to arch script makedepends
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Dec 29, 2023
1 parent 7097c37 commit 7faf82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/generate_pkgbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
arch=('x86_64')
license=('AGPL-3.0')
depends=('alsa-lib' 'cairo' 'desktop-file-utils' 'fontconfig' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libayatana-appindicator' 'libsoup' 'openssl' 'webkit2gtk')
makedepends=('rust>=1.69.0' 'nodejs>=16.0.0')
makedepends=('rust>=1.69.0' 'nodejs>=16.0.0' 'npm')
source=("git+https://github.com/openscopeproject/TrguiNG#tag=v$pkgver"
"https://github.com/openscopeproject/TrguiNG/releases/download/v$pkgver/dbip.mmdb"
"TrguiNG.desktop"::"https://raw.githubusercontent.com/flathub/org.openscopeproject.TrguiNG/master/org.openscopeproject.TrguiNG.desktop")
Expand Down

0 comments on commit 7faf82b

Please sign in to comment.