summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2022-04-20 09:40:03 +0200
committerGiovanni Santini2022-04-20 09:40:03 +0200
commitebfc39cc921d635c9ac7aeade1665111781c0a67 (patch)
treede20bcf49b0a69f8b7c48c3c0b32eab157ecea60
parent8ad4be0a982283fc40b252979ab9998cd22a975d (diff)
downloadaur-ebfc39cc921d635c9ac7aeade1665111781c0a67.tar.gz
upgpkg: franz 5.9.2-1
- Version bump. - Use Electron 18 (package: `electron`).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1502f0f5fefb..df812519a876 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = franz
pkgdesc = Free messaging app for services like WhatsApp, Slack, Messenger and many more.
- pkgver = 5.8.0
+ pkgver = 5.9.2
pkgrel = 1
epoch = 1
url = https://meetfranz.com
@@ -12,8 +12,8 @@ pkgbase = franz
makedepends = nvm
makedepends = python
makedepends = python2
- depends = electron14
- source = git+https://github.com/meetfranz/franz#tag=v5.8.0
+ depends = electron
+ source = git+https://github.com/meetfranz/franz#tag=v5.9.2
source = franz.desktop
source = franz.sh.in
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 024c8c2212e1..e0c2c95be92e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=franz
#pkgver=${_pkgver//-/_} # Leaving it here for possible dev/beta package :)
-pkgver=5.8.0
+pkgver=5.9.2
pkgrel=1
# Due to the previous "_beta" naming
epoch=1
@@ -13,10 +13,10 @@ arch=(x86_64 i686)
url='https://meetfranz.com'
license=(Apache)
# Allow to easily switch between Electron versions.
-# Expected one is 'electron14' (Electron 14). May change soon.
+# Expected one is 'electron' (Electron 18). May change soon.
# This is automatically replaced in `franz.sh` with the package name, as
# the executable matches the package name (as of 2022-03-14).
-_electron='electron14'
+_electron='electron'
depends=($_electron)
makedepends=(expac git nvm python python2)
source=("git+https://github.com/meetfranz/$pkgname#tag=v$pkgver"