summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-15 08:28:46 -0600
committerMark Wagie2021-03-15 08:28:46 -0600
commit1dc791b689d788b152b6d153111076d2fa06a5b4 (patch)
treedbf8a70e0914f4cb479fac8e863723ed1443fecf
parent61215814245e037600038aa505a76e5c9ee4f2e7 (diff)
downloadaur-1dc791b689d788b152b6d153111076d2fa06a5b4.tar.gz
2.24.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16013171d328..4dd123ad94a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmail-desktop
pkgdesc = Unofficial Gmail desktop app
- pkgver = 2.24.0
+ pkgver = 2.24.2
pkgrel = 1
url = https://github.com/timche/gmail-desktop
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = gmail-desktop
depends = electron
optdepends = libnotify: desktop notifications
optdepends = libappindicator-gtk3: tray icon
- source = gmail-desktop-2.24.0.tar.gz::https://github.com/timche/gmail-desktop/archive/v2.24.0.tar.gz
+ source = gmail-desktop-2.24.2.tar.gz::https://github.com/timche/gmail-desktop/archive/v2.24.2.tar.gz
source = gmail-desktop.sh
source = gmail-desktop.desktop
- sha256sums = c6f9946a78bbfe4af067970826ae0bc7c52729ae22dd1dea1adcf0bca4998fd5
+ sha256sums = 36d23655bdf364ac5b5e86ea5faf0f0c9e91666867e9a1dcf462d5e136e4fec3
sha256sums = a1f2eb9525dd10556ffde37a4dc9e06636a81d1d9ce815d1167e48954abee1dc
sha256sums = 8c30e207fe88455f63f4c0b2ae9087a2ca2bbeaa68b9be244c31a9ec392373c4
diff --git a/PKGBUILD b/PKGBUILD
index dd3c7e9fc739..068c0ca52812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gmail-desktop
-pkgver=2.24.0
+pkgver=2.24.2
pkgrel=1
pkgdesc="Unofficial Gmail desktop app"
arch=('x86_64')
@@ -13,7 +13,7 @@ optdepends=('libnotify: desktop notifications'
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname.sh"
"$pkgname.desktop")
-sha256sums=('c6f9946a78bbfe4af067970826ae0bc7c52729ae22dd1dea1adcf0bca4998fd5'
+sha256sums=('36d23655bdf364ac5b5e86ea5faf0f0c9e91666867e9a1dcf462d5e136e4fec3'
'a1f2eb9525dd10556ffde37a4dc9e06636a81d1d9ce815d1167e48954abee1dc'
'8c30e207fe88455f63f4c0b2ae9087a2ca2bbeaa68b9be244c31a9ec392373c4')
@@ -21,7 +21,7 @@ prepare() {
cd "$pkgname-$pkgver"
# Disable building of other packages
- sed -i '108,112d' package.json
+ sed -i '107,111d' package.json
sed -i 's/tar.bz2/dir/g' package.json
}