summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusername2272023-12-28 16:18:56 -0500
committerusername2272023-12-28 16:18:56 -0500
commit5793fc0c9a0e696341d2d5a80b9b402a9976ab0e (patch)
tree63c760a3ad133391e28ba7a5b4e421fb44798678
parent242a7b034028a07b07068bebb877dea6eebbd0f1 (diff)
downloadaur-5793fc0c9a0e696341d2d5a80b9b402a9976ab0e.tar.gz
move npm to makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdfe83cc76b1..9ff372d49a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ 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' 'npm')
-makedepends=('rust>=1.69.0' 'nodejs>=16.0.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' '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")