summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-10 11:10:58 +0800
committerzxp198210052023-08-10 11:10:58 +0800
commit56bcee9969d9bccf4ac7166fddc5cae7a196fd45 (patch)
tree678b02def6a246602ab9606c8e0d14c6ad0fad07
parent8c38a4cff9e7c63aea40d47354ebf3fbfe7f5d93 (diff)
downloadaur-56bcee9969d9bccf4ac7166fddc5cae7a196fd45.tar.gz
fix errors
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba04c8d2eea9..a944ec0c6942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = altus
arch = any
license = GPL3
makedepends = yarn
+ makedepends = nodejs
makedepends = gendesk
depends = bash
depends = electron22
diff --git a/PKGBUILD b/PKGBUILD
index 58dde335b615..e331914eef43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-pkgname="altus"
+pkgname=altus
pkgver=4.8.6
pkgrel=3
pkgdesc="Desktop client for WhatsApp Web with themes, notifications and multiple account support"
@@ -8,7 +8,7 @@ url="https://github.com/amanharwara/altus"
license=('GPL3')
conflicts=("${pkgname}")
depends=('bash' 'electron22')
-makedepends=('yarn' 'gendesk')
+makedepends=('yarn' 'nodejs' 'gendesk')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz"
"${pkgname}.sh")
sha256sums=('ca5cb6f78df1a04beb1113d152171db8d2bab7d41d65658ff511af4de9dc0171'