summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVendicated2022-11-29 18:16:44 +0100
committerVendicated2022-11-29 18:16:58 +0100
commit0a07202f4454c403d531c5d81128eb7bd3a1e0d5 (patch)
tree76072a2da50bde34a5d5a6f933454d0d2f74c968 /PKGBUILD
parent4e8bf151f8a25a7faff05fa2684104665570cf30 (diff)
downloadaur-0a07202f4454c403d531c5d81128eb7bd3a1e0d5.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79bdfea912c9..63c3cfdbd969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=("x86_64" "aarch64")
url="https://github.com/ArmCord/ArmCord"
license=("custom:OSL-3.0")
-makedepends=("git" "nodejs" "sed")
-depends=("electron21")
+makedepends=("git" "nodejs" "sed" "npm")
+depends=("electron")
optdepends=(
'libnotify: Notifications'
'xdg-utils: Open links, files, etc'
@@ -26,7 +26,7 @@ source=(
)
sha256sums=('SKIP'
'e6b66912e1a73d0646e58f41a6c6f414f45843cdb3900a6b4cf6ae0bf12ea90f'
- '75a212aba147ca325957263dfd67f34cc168e36d8794609326f6b616499de428')
+ '5a37668b474263bc362bc322df4c90981710b9294e85a5ab0fd93b253e9ca2e2')
prepare() {
sed -i "s/%VERSION%/$pkgver/" "$srcdir/armcord.desktop"