summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-16 11:46:28 -0600
committerMark Wagie2021-03-16 11:46:28 -0600
commitc415fd89f344078310d625058531762d8ce56bbd (patch)
treef94355059e1e1dc26b27ea258500a7f278382468
parent135d0534dca61f0e44ba5f752fe1cbf1e3ec3e73 (diff)
downloadaur-c415fd89f344078310d625058531762d8ce56bbd.tar.gz
2.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced1545f1129..1f26d5fa9a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmail-desktop
pkgdesc = Unofficial Gmail desktop app
- pkgver = 2.24.3
+ pkgver = 2.25.0
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.3.tar.gz::https://github.com/timche/gmail-desktop/archive/v2.24.3.tar.gz
+ source = gmail-desktop-2.25.0.tar.gz::https://github.com/timche/gmail-desktop/archive/v2.25.0.tar.gz
source = gmail-desktop.sh
source = gmail-desktop.desktop
- sha256sums = 3a688a12d090e3f1d91977bb6bb8da9d343602876ce00f736ce5e3604ab7e0af
+ sha256sums = d535a2445b94127966d759d28411474f1c074f9680fd66bcfecd1d1231c4f01f
sha256sums = a1f2eb9525dd10556ffde37a4dc9e06636a81d1d9ce815d1167e48954abee1dc
sha256sums = 8c30e207fe88455f63f4c0b2ae9087a2ca2bbeaa68b9be244c31a9ec392373c4
diff --git a/PKGBUILD b/PKGBUILD
index 6c5d39709bcd..4d8af62ca789 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.3
+pkgver=2.25.0
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=('3a688a12d090e3f1d91977bb6bb8da9d343602876ce00f736ce5e3604ab7e0af'
+sha256sums=('d535a2445b94127966d759d28411474f1c074f9680fd66bcfecd1d1231c4f01f'
'a1f2eb9525dd10556ffde37a4dc9e06636a81d1d9ce815d1167e48954abee1dc'
'8c30e207fe88455f63f4c0b2ae9087a2ca2bbeaa68b9be244c31a9ec392373c4')
@@ -21,11 +21,7 @@ prepare() {
cd "$pkgname-$pkgver"
# Disable building dist packages
- sed -i '/AppImage/d' package.json
- sed -i '/deb/d' package.json
- sed -i '/rpm/d' package.json
- sed -i '/pacman/d' package.json
- sed -i '/snap/d' package.json
+ sed -i '109,113d' package.json
sed -i 's/tar.bz2/dir/g' package.json
}