summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jose2016-08-30 19:30:08 +0200
committerMarc Jose2016-08-30 19:30:08 +0200
commite7018ebec72246d545be2e3202abbb953d71ebb1 (patch)
tree36ae77b3557ab64b7a72c33250967b360a3cbb06
parent5ac026ed103276d441498b18a7f1ba80f237df63 (diff)
downloadaur-e7018ebec72246d545be2e3202abbb953d71ebb1.tar.gz
Updated to 4.0.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99cd8c90a84d..121a2687d679 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 = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = http://meetfranz.com/
arch = i686
@@ -16,17 +16,17 @@ pkgbase = franz
depends = libxtst
depends = nss
depends = libxss
- noextract = Franz-linux-x64-4.0.0
+ noextract = Franz-linux-x64-4.0.1
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/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
+ source_i686 = https://github.com/imprecision/franz-app/releases/download/4.0.1/Franz-linux-ia32-4.0.1.tgz
+ sha256sums_i686 = b0cc5c68f74ba0250efd9186b41f9db039fc1670e9abc78704b16c1db12b12d8
+ source_x86_64 = https://github.com/imprecision/franz-app/releases/download/4.0.1/Franz-linux-x64-4.0.1.tgz
+ sha256sums_x86_64 = 965ff28c65fe7b5be53c6691f610ecb529ff653f355f9bc44c085bde5246dc75
pkgname = franz
diff --git a/PKGBUILD b/PKGBUILD
index 16c1b898e89b..d06105cbd040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-#Maintainer: Ayrton Araujo <root@ayr-ton.net>
+#Maintainer: Marc Jose <Hering2007@web.de>
+#namcap PKGBUILD
+#makepkg --printsrcinfo > .SRCINFO
pkgname=franz
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc='A free messaging app for WhatsApp, Facebook Messenger, Telegram, Slack and more.'
arch=('i686' 'x86_64')
@@ -15,8 +17,8 @@ source_x86_64=("https://github.com/imprecision/franz-app/releases/download/$pkgv
sha256sums=('5d53c349bcf0452a31e3aee609eac6809f26750f4fb4da049132adc5c9a40289'
'c63052b7ada73dbc984f55afc6d0ad937bf57ae5b0b41b560ef46937afeb81c5'
'6e761371afadf155b8bc25e94fd7de371c16130a87338300e5800924916a7a28')
-sha256sums_i686=('ca62dbb166e2260213313defe70881622e43506e8a46f034ec958c71cc28f226')
-sha256sums_x86_64=('b2a55624d1608152e61c22693923050e8b7a7fe6f65dfd9d47d45325654da45f')
+sha256sums_i686=('b0cc5c68f74ba0250efd9186b41f9db039fc1670e9abc78704b16c1db12b12d8')
+sha256sums_x86_64=('965ff28c65fe7b5be53c6691f610ecb529ff653f355f9bc44c085bde5246dc75')
[[ "$CARCH" = "i686" ]] && _path="Franz-linux-ia32-${pkgver}"
[[ "$CARCH" = "x86_64" ]] && _path="Franz-linux-x64-${pkgver}"
noextract=(${_path})