summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlisson Lauffer2023-06-10 18:52:08 -0300
committerAlisson Lauffer2023-06-10 18:52:25 -0300
commit0c282a3a0e9d0c913e61286f5774aebf8c5251b6 (patch)
tree48e07a02fcb66d297bf7e90bcf2c562b6f8c1be7
parent53415adea0d22424bca6d7691c1c4e37fa36f18b (diff)
downloadaur-0c282a3a0e9d0c913e61286f5774aebf8c5251b6.tar.gz
Bump to 1.136.30
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD8
-rw-r--r--bluemail.sh5
4 files changed, 18 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7fc82de54cb..1d54108229c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluemail
pkgdesc = BlueMail is a free, secure, universal email app, capable of managing an unlimited number of mail accounts
- pkgver = 1.135.3
+ pkgver = 1.136.30
pkgrel = 1
url = https://www.bluemail.me
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = bluemail
depends = libxss
options = !strip
source = LICENSE
- source = bluemail-1.135.3.snap::https://api.snapcraft.io/api/v1/snaps/download/ZVlj0qw0GOFd5JgTfL8kk2Y5eIG1IpiH_153.snap
+ source = bluemail-1.136.30.snap::https://api.snapcraft.io/api/v1/snaps/download/ZVlj0qw0GOFd5JgTfL8kk2Y5eIG1IpiH_164.snap
source = bluemail.sh
sha512sums = 546994dbf25972659db6130402926020fdfc763b3f41580d812aeb785824218bae1204babe99af51ad91fd758ad0e7f4d0636a00e9130ce13fc6ebb90540e9dc
- sha512sums = 2c9ace3ac486c589d83be221c5f261187898dd56c008968da1635f3e131ebd01538fd969a412d86aea716049759b27b5b4dac83ef9d2d9a839c6b67ca2afb7ed
- sha512sums = 4f435819d7cd4db345c92858619618a693764dbab8fe9bec8155af9b2236f0e8a671a724fee06773e478bae2924694d0c2bf9a53ae2649fb5964b8b6cc739fba
+ sha512sums = abc9321548f626d7ee56d50ee5323103b6217afe74ae7ab08e7a3467ecc0a7a4413ca18a59e43d0d7d0d3d7eaa73d986cef8da81848c79b1687d7ffb65042437
+ sha512sums = bda81fca25dbe3792c8a613666f5bc8635dfa2bb8786a5ddd90586ab30090a7dba8154614f6f94a38060fb53cb81f0c2d8417389c18aad870dc52db3904dd12d
pkgname = bluemail
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bca9da1f56f8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*
+!.gitignore
+!.SRCINFO
+!bluemail.sh
+!LICENSE
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 83fcefd23044..c8c31740b98a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: D. Can Celasun <can[at]dcc[dot]im>
pkgname=bluemail
-pkgver=1.135.3
+pkgver=1.136.30
pkgrel=1
pkgdesc="BlueMail is a free, secure, universal email app, capable of managing an unlimited number of mail accounts"
arch=('x86_64')
@@ -19,12 +19,12 @@ options=(!strip)
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/bluemail | jq '.download_url' -r
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/bluemail | jq '.version' -r
source=('LICENSE'
- "${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/ZVlj0qw0GOFd5JgTfL8kk2Y5eIG1IpiH_153.snap"
+ "${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/ZVlj0qw0GOFd5JgTfL8kk2Y5eIG1IpiH_164.snap"
"${pkgname}.sh")
sha512sums=('546994dbf25972659db6130402926020fdfc763b3f41580d812aeb785824218bae1204babe99af51ad91fd758ad0e7f4d0636a00e9130ce13fc6ebb90540e9dc'
- '2c9ace3ac486c589d83be221c5f261187898dd56c008968da1635f3e131ebd01538fd969a412d86aea716049759b27b5b4dac83ef9d2d9a839c6b67ca2afb7ed'
- '4f435819d7cd4db345c92858619618a693764dbab8fe9bec8155af9b2236f0e8a671a724fee06773e478bae2924694d0c2bf9a53ae2649fb5964b8b6cc739fba')
+ 'abc9321548f626d7ee56d50ee5323103b6217afe74ae7ab08e7a3467ecc0a7a4413ca18a59e43d0d7d0d3d7eaa73d986cef8da81848c79b1687d7ffb65042437'
+ 'bda81fca25dbe3792c8a613666f5bc8635dfa2bb8786a5ddd90586ab30090a7dba8154614f6f94a38060fb53cb81f0c2d8417389c18aad870dc52db3904dd12d')
package() {
mkdir -p "${pkgdir}/opt"
diff --git a/bluemail.sh b/bluemail.sh
index d3550f8ec0a8..b3c0932c9efd 100644
--- a/bluemail.sh
+++ b/bluemail.sh
@@ -8,4 +8,7 @@ if [[ -f $XDG_CONFIG_HOME/bluemail-flags.conf ]]; then
fi
# Launch
-exec /opt/bluemail/bluemail $BLUEMAIL_USER_FLAGS "$@"
+# Currently, the application is broken under Wayland and requires --no-sandbox to launch.
+# --ozone-platform=x11 and --no-sandbox flags are enforced to workaround this.
+# To be removed after Bluemail updates their Electron (which is still at v13.3.0...)
+exec /opt/bluemail/bluemail $BLUEMAIL_USER_FLAGS --no-sandbox --ozone-platform=x11 "$@"