summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-08-31 12:57:42 -0600
committerMark Wagie2021-08-31 12:57:42 -0600
commit3f7b7c9cbb74a205c59a372702bda614adce8857 (patch)
tree5a41e4dc007417ec81065bc2e7f59e68bb567b7c
parenta365be0c3ba1c577c712abe9d27b0f0a473855ff (diff)
downloadaur-3f7b7c9cbb74a205c59a372702bda614adce8857.tar.gz
Node.js 14.17.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed060b15011c..5495ba47f06e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gmail-desktop
pkgdesc = Unofficial Gmail desktop app
pkgver = 2.25.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/timche/gmail-desktop
arch = x86_64
license = MIT
makedepends = nvm
makedepends = yarn
- depends = electron
+ depends = electron12
optdepends = libnotify: desktop notifications
optdepends = libappindicator-gtk3: tray icon
source = gmail-desktop-2.25.3.tar.gz::https://github.com/timche/gmail-desktop/archive/v2.25.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8da7196b3c67..17777c40cf69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gmail-desktop
pkgver=2.25.3
-pkgrel=3
+pkgrel=4
pkgdesc="Unofficial Gmail desktop app"
arch=('x86_64')
url="https://github.com/timche/gmail-desktop"
license=('MIT')
-depends=('electron')
+depends=('electron12')
makedepends=('nvm' 'yarn')
optdepends=('libnotify: desktop notifications'
'libappindicator-gtk3: tray icon')
@@ -35,7 +35,7 @@ prepare() {
sed -i '/husky/d' package.json
_ensure_local_nvm
- nvm install 14.17.5
+ nvm install 14.17.6
}
build() {