summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Johnston2024-03-01 22:07:50 -0600
committerMatthew Johnston2024-03-01 22:07:50 -0600
commit6aab6291e857e97abcd59ca47743578de6dc158d (patch)
tree6225422d0d4e7458088eabb2baebfecdba996336
parentefc3cbc830a54dbebb8aa75ce57d7ec737fd6e2b (diff)
downloadaur-6aab6291e857e97abcd59ca47743578de6dc158d.tar.gz
Add npm to makedeps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e956b938c377..ad4597783ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("x86_64")
url="https://github.com/ransome1/sleek/"
license=("MIT")
options=(!strip)
-makedepends=("yarn" "nodejs" "unzip")
+makedepends=("yarn" "nodejs" "npm" "unzip")
depends=("electron" "nodejs")
source=("${url}archive/refs/tags/v${pkgver}.zip" "sleek.desktop" "sleek")