summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-06 15:05:36 -0700
committerMark Wagie2021-03-06 15:05:36 -0700
commit9b43ca34830e8fa15d594ae9cbd66acea0bd48ae (patch)
treea1a3ca3a21882d6b0ed2ffcb174cd96248912441
parent405bef8c043f3d0f82bf4957ee68175b66beb4e4 (diff)
downloadaur-9b43ca34830e8fa15d594ae9cbd66acea0bd48ae.tar.gz
revert to 2.21.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c62094c9fe..0a12d08d849a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gmail-desktop
pkgdesc = Unofficial Gmail desktop app
pkgver = 2.21.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/timche/gmail-desktop
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index fa41ca921da9..c0d5e8724a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gmail-desktop
pkgver=2.21.1
-pkgrel=1
+pkgrel=2
pkgdesc="Unofficial Gmail desktop app"
arch=('x86_64')
url="https://github.com/timche/gmail-desktop"
@@ -21,16 +21,15 @@ prepare() {
cd "$pkgname-$pkgver"
# Disable building of other packages
- sed -i '112,116d' package.json
+ sed -i '101,105d' package.json
sed -i 's/tar.bz2/dir/g' package.json
- sed -i 's/macos --linux --windows --publish never/linux --publish never/g' \
- package.json
+ sed -i 's/linux --windows/linux/g' package.json
}
build() {
cd "$pkgname-$pkgver"
yarn install --cache-folder "$srcdir/yarn-cache"
- yarn dist
+ yarn dist:others
}
package() {