summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith2023-11-21 16:55:12 -0500
committerAmolith2023-11-21 16:57:08 -0500
commit8c7c71d2f48fc19ec1057d6d1630a65c91228e40 (patch)
tree5c71c9abba087c5444b1cabe16ac945574811d8a
parentf51bb07b49a0a2b03e30656ba6eea4f9967caca7 (diff)
downloadaur-8c7c71d2f48fc19ec1057d6d1630a65c91228e40.tar.gz
bump ver and clean up PKGBUILD
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b326e22c608a..fa6cc8b0adcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hey-mail-bin
pkgdesc = Hey Mail desktop app
- pkgver = 1.2.12
+ pkgver = 1.2.13
pkgrel = 1
url = https://hey.com/apps/
arch = x86_64
@@ -22,7 +22,8 @@ pkgbase = hey-mail-bin
depends = libappindicator-gtk2
depends = libappindicator-gtk3
provides = hey-mail
- source = https://api.snapcraft.io/api/v1/snaps/download/lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_22.snap
- md5sums = 95a855f53a48ae911780b0f30dcbc8ce
+ conflicts = hey-mail
+ source = https://api.snapcraft.io/api/v1/snaps/download/lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_23.snap
+ md5sums = d3bc72883eb5a4d3847c4234275ca995
pkgname = hey-mail-bin
diff --git a/PKGBUILD b/PKGBUILD
index d2add9646b37..56afcfe53391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mykyta Poturai <mykyta.poturai@tutanota.com>
# Maintainer: Amolith <amolith@secluded.site>
pkgname=hey-mail-bin
-pkgver=1.2.12
+pkgver=1.2.13
pkgrel=1
pkgdesc="Hey Mail desktop app"
url="https://hey.com/apps/"
@@ -10,10 +10,10 @@ license=('Proprietary')
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk2' 'libappindicator-gtk3')
makedepends=('squashfs-tools')
provides=('hey-mail')
-conflicts=()
-SNAPNAME="lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_22.snap"
+conflicts=('hey-mail')
+SNAPNAME="lfWUNpR7PrPGsDfuxIhVxbj0wZHoH7bK_23.snap"
source=("https://api.snapcraft.io/api/v1/snaps/download/$SNAPNAME")
-md5sums=('95a855f53a48ae911780b0f30dcbc8ce')
+md5sums=('d3bc72883eb5a4d3847c4234275ca995')
# curl -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/hey-mail | jq
build() {