summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-10-29 10:36:25 -0600
committerMark Wagie2021-10-29 10:36:25 -0600
commitda1dd77880987769c34d8b475c5e159a91a34bf1 (patch)
treeeee1d55d4beca378fca231c6f98f1b2dee9f05fb
parent03d69a773dae579c5b6052ef1cc58936557165e0 (diff)
downloadaur-da1dd77880987769c34d8b475c5e159a91a34bf1.tar.gz
use variable
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25299bbacc61..0aacc5492370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Unofficial Gmail desktop app"
arch=('x86_64')
url="https://github.com/timche/gmail-desktop"
license=('MIT')
-depends=('electron12')
+depends=("electron${_electronversion}")
makedepends=('nvm' 'yarn')
optdepends=('libnotify: desktop notifications'
'libappindicator-gtk3: tray icon')