Package Details: hey-mail-bin 1.2.14-1

Git Clone URL: https://aur.archlinux.org/hey-mail-bin.git (read-only, click to copy)
Package Base: hey-mail-bin
Description: Hey Mail desktop app
Upstream URL: https://hey.com/apps/
Licenses: proprietary
Conflicts: hey-mail
Provides: hey-mail
Submitter: Ddone
Maintainer: Amolith
Last Packager: Amolith
Votes: 2
Popularity: 0.035482
First Submitted: 2020-09-20 10:31 (UTC)
Last Updated: 2024-02-21 21:26 (UTC)

Latest Comments

Amolith commented on 2023-06-24 21:01 (UTC) (edited on 2023-06-24 21:04 (UTC) by Amolith)

Latest release as of 2023-06-24

diff --git a/PKGBUILD b/PKGBUILD
index 547bbbc..55ce60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Mykyta Poturai <mykyta.poturai@tutanota.com>
 pkgname=hey-mail-bin
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.11
+pkgrel=1
 pkgdesc="Hey Mail desktop app"
 url="https://hey.com/apps/"
 arch=('x86_64')
@@ -17,9 +17,9 @@ backup=()
 options=()
 install=
 changelog=
-SNAPNAME="lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_11.snap"
+SNAPNAME="lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_21.snap"
 source=("https://api.snapcraft.io/api/v1/snaps/download/$SNAPNAME")
-md5sums=('d10ba9275dbf23f6c8a08165e5b786b4')
+md5sums=('901b9dbecc18bd4116223217dcad068e')

 #curl -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/hey-mail
 build() {

sundbp commented on 2022-06-15 13:21 (UTC) (edited on 2022-06-15 13:23 (UTC) by sundbp)

I updated to the latest snap version with this change locally:

   1   │ diff --git a/PKGBUILD b/PKGBUILD
   2   │ index 547bbbc..47299d6 100644
   3   │ --- a/PKGBUILD
   4   │ +++ b/PKGBUILD
   5   │ @@ -1,6 +1,6 @@
   6   │  # Maintainer: Mykyta Poturai <mykyta.poturai@tutanota.com>
   7   │  pkgname=hey-mail-bin
   8   │ -pkgver=1.2.0
   9   │ +pkgver=1.2.5
  10   │  pkgrel=2
  11   │  pkgdesc="Hey Mail desktop app"
  12   │  url="https://hey.com/apps/"
  13   │ @@ -17,9 +17,9 @@ backup=()
  14   │  options=()
  15   │  install=
  16   │  changelog=
  17   │ -SNAPNAME="lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_11.snap"
  18   │ +SNAPNAME="lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_16.snap"
  19   │  source=("https://api.snapcraft.io/api/v1/snaps/download/$SNAPNAME")
  20   │ -md5sums=('d10ba9275dbf23f6c8a08165e5b786b4')
  21   │ +md5sums=('8631b87dfa4577fced32cd50aa23ff64')
  22   │  
  23   │  #curl -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/hey-mail
  24   │  build() {

lsf commented on 2021-06-12 12:40 (UTC)

Just a quick note, should anyone but me have a use for it: I've modified the PKGBUILD to run hey-mail with the system electron bin, over at https://gitlab.com/ohfp/pinebookpro-things/-/tree/master/hey-mail-bin.

This reduces the size quite a bit and allows using ~/.config/electron-flags.conf with it – which enables native Wayland usage and running it on aarch64.

That needed some patching, so I don't know if it would be appropriate to put this on the AUR (I didn't find the actual license for the app anywhere, so that might be "too much" and be an issue if on the AUR – but considering that all it does is removing some dev environment checks, I doupt it).

Ddone commented on 2020-12-25 17:21 (UTC)

The icon should be fixed now. Menus are from upstream.

<deleted-account> commented on 2020-12-09 09:50 (UTC)

The app seems to miss an icon, and there's a useless default Electron app menu (file-edit-history-whatever). Are those problems from upstream?