summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusername2272023-12-27 18:33:21 -0500
committerusername2272023-12-27 18:33:21 -0500
commit51260eb32009c3ea96916d26856fddcc2021741e (patch)
tree61b81936adf8879c1b44f828a1b8b5d39d3b6b5c
parent20c0b83b727201748c6764f7d09c4a43222e1c72 (diff)
downloadaur-51260eb32009c3ea96916d26856fddcc2021741e.tar.gz
Add npm dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8a0664129e..eca26c827f0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = trgui-ng
depends = libsoup
depends = openssl
depends = webkit2gtk
+ depends = npm
noextract = dbip.mmdb
source = git+https://github.com/openscopeproject/TrguiNG#tag=v1.1.0
source = https://github.com/openscopeproject/TrguiNG/releases/download/v1.1.0/dbip.mmdb
diff --git a/PKGBUILD b/PKGBUILD
index bd12405e826a..db84d42f7b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Remote GUI for Transmission torrent daemon'
url="https://github.com/openscopeproject/TrguiNG"
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')
+depends=('alsa-lib' 'cairo' 'desktop-file-utils' 'fontconfig' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libayatana-appindicator' 'libsoup' 'openssl' 'webkit2gtk' 'npm')
makedepends=('rust>=1.69.0' 'nodejs>=16.0.0')
source=("git+https://github.com/openscopeproject/TrguiNG#tag=v$pkgver"
"https://github.com/openscopeproject/TrguiNG/releases/download/v$pkgver/dbip.mmdb"