summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jose2016-08-29 17:06:07 +0200
committerMarc Jose2016-08-29 17:06:07 +0200
commit676efa273bb67b7e8060d79fb15667dd0f6eb3a0 (patch)
tree873dbd16cecda8f51eeb1d4dfbc62ac93b9e4b09
parenta6504a2c983753e25aee98e755f8821095f60a07 (diff)
downloadaur-676efa273bb67b7e8060d79fb15667dd0f6eb3a0.tar.gz
Updated to v4.0.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feae0527a160..3010d68f768f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = franz
pkgdesc = A free messaging app for WhatsApp, Facebook Messenger, Telegram, Slack and more.
- pkgver = 3.1.1
+ pkgver = 4.0.0
pkgrel = 1
url = http://meetfranz.com/
arch = i686
@@ -15,17 +15,17 @@ pkgbase = franz
depends = libnotify
depends = libxtst
depends = nss
- noextract = Franz-linux-x64-3.1.1
+ noextract = Franz-linux-x64-4.0.0
source = franz.sh
source = franz.desktop
source = franz.png
sha256sums = 5d53c349bcf0452a31e3aee609eac6809f26750f4fb4da049132adc5c9a40289
sha256sums = c63052b7ada73dbc984f55afc6d0ad937bf57ae5b0b41b560ef46937afeb81c5
sha256sums = 6e761371afadf155b8bc25e94fd7de371c16130a87338300e5800924916a7a28
- source_i686 = https://github.com/imprecision/franz-app/releases/download/3.1.1/Franz-linux-ia32-3.1.1.tgz
- sha256sums_i686 = fe8e5ab562df031dc2139a0cb87ded9f9101a71b626e996227cc171ee9610027
- source_x86_64 = https://github.com/imprecision/franz-app/releases/download/3.1.1/Franz-linux-x64-3.1.1.tgz
- sha256sums_x86_64 = 612460afdb2f762a8e840c990947bfe193ef59161ca4d907154fecd6ec048b85
+ source_i686 = https://github.com/imprecision/franz-app/releases/download/4.0.0/Franz-linux-ia32-4.0.0.tgz
+ sha256sums_i686 = ca62dbb166e2260213313defe70881622e43506e8a46f034ec958c71cc28f226
+ source_x86_64 = https://github.com/imprecision/franz-app/releases/download/4.0.0/Franz-linux-x64-4.0.0.tgz
+ sha256sums_x86_64 = b2a55624d1608152e61c22693923050e8b7a7fe6f65dfd9d47d45325654da45f
pkgname = franz
diff --git a/PKGBUILD b/PKGBUILD
index baf108ad8289..08bb2263d9f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Ayrton Araujo <root@ayr-ton.net>
pkgname=franz
-pkgver=3.1.1
+pkgver=4.0.0
pkgrel=1
pkgdesc='A free messaging app for WhatsApp, Facebook Messenger, Telegram, Slack and more.'
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ source_x86_64=("https://github.com/imprecision/franz-app/releases/download/$pkgv
sha256sums=('5d53c349bcf0452a31e3aee609eac6809f26750f4fb4da049132adc5c9a40289'
'c63052b7ada73dbc984f55afc6d0ad937bf57ae5b0b41b560ef46937afeb81c5'
'6e761371afadf155b8bc25e94fd7de371c16130a87338300e5800924916a7a28')
-sha256sums_i686=('fe8e5ab562df031dc2139a0cb87ded9f9101a71b626e996227cc171ee9610027')
-sha256sums_x86_64=('612460afdb2f762a8e840c990947bfe193ef59161ca4d907154fecd6ec048b85')
+sha256sums_i686=('ca62dbb166e2260213313defe70881622e43506e8a46f034ec958c71cc28f226')
+sha256sums_x86_64=('b2a55624d1608152e61c22693923050e8b7a7fe6f65dfd9d47d45325654da45f')
[[ "$CARCH" = "i686" ]] && _path="Franz-linux-ia32-${pkgver}"
[[ "$CARCH" = "x86_64" ]] && _path="Franz-linux-x64-${pkgver}"
noextract=(${_path})