summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jose2016-06-26 01:05:31 +0200
committerMarc Jose2016-06-26 01:05:31 +0200
commit2d7acc8b1eba7300d9e4fe59e961579ec00f32b7 (patch)
treeb093a5eff9c682fd6e33acf81659f8d6e80680fd
parent2a17877ee68933b9658070c2ccb685af216a063a (diff)
downloadaur-2d7acc8b1eba7300d9e4fe59e961579ec00f32b7.tar.gz
Added v3.1.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5222200cb2de..5ec6648a96f5 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.0.0
+ pkgver = 3.1.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.0.0
+ noextract = Franz-linux-x64-3.1.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.0.0/Franz-linux-ia32-3.0.0.tgz
- sha256sums_i686 = 33a030644e20b13406eec5369f070597f8b6940df14c7bc70e1d204a39a21873
- source_x86_64 = https://github.com/imprecision/franz-app/releases/download/3.0.0/Franz-linux-x64-3.0.0.tgz
- sha256sums_x86_64 = 61b60fde3ef951e8f99b3deae992195994300b13da368cd999fc332c8023b0d1
+ source_i686 = https://github.com/imprecision/franz-app/releases/download/3.1.0/Franz-linux-ia32-3.1.0.tgz
+ sha256sums_i686 = 044b689fc145a746cd67c65f4975a88727cbe745499a39b84c9b29dc7d1862d0
+ source_x86_64 = https://github.com/imprecision/franz-app/releases/download/3.1.0/Franz-linux-x64-3.1.0.tgz
+ sha256sums_x86_64 = bf8a52577eded389330134a2ec1c4748bc5a4119f0063ff1a6576df68d14ae94
pkgname = franz
diff --git a/PKGBUILD b/PKGBUILD
index e702f9a2638f..9f8b4ebafa62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
#Maintainer: Ayrton Araujo <root@ayr-ton.net>
pkgname=franz
-pkgver=3.0.0
-_gittag=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc='A free messaging app for WhatsApp, Facebook Messenger, Telegram, Slack and more.'
arch=('i686' 'x86_64')
@@ -11,13 +10,13 @@ makedepends=('tar')
url='http://meetfranz.com/'
license=('custom:github')
source=("${pkgname}.sh" "${pkgname}.desktop" "${pkgname}.png")
-source_i686=("https://github.com/imprecision/franz-app/releases/download/$_gittag/Franz-linux-ia32-$pkgver.tgz")
-source_x86_64=("https://github.com/imprecision/franz-app/releases/download/$_gittag/Franz-linux-x64-$pkgver.tgz")
+source_i686=("https://github.com/imprecision/franz-app/releases/download/$pkgver/Franz-linux-ia32-$pkgver.tgz")
+source_x86_64=("https://github.com/imprecision/franz-app/releases/download/$pkgver/Franz-linux-x64-$pkgver.tgz")
sha256sums=('5d53c349bcf0452a31e3aee609eac6809f26750f4fb4da049132adc5c9a40289'
'c63052b7ada73dbc984f55afc6d0ad937bf57ae5b0b41b560ef46937afeb81c5'
'6e761371afadf155b8bc25e94fd7de371c16130a87338300e5800924916a7a28')
-sha256sums_i686=('33a030644e20b13406eec5369f070597f8b6940df14c7bc70e1d204a39a21873')
-sha256sums_x86_64=('61b60fde3ef951e8f99b3deae992195994300b13da368cd999fc332c8023b0d1')
+sha256sums_i686=('044b689fc145a746cd67c65f4975a88727cbe745499a39b84c9b29dc7d1862d0')
+sha256sums_x86_64=('bf8a52577eded389330134a2ec1c4748bc5a4119f0063ff1a6576df68d14ae94')
[[ "$CARCH" = "i686" ]] && _path="Franz-linux-ia32-${pkgver}"
[[ "$CARCH" = "x86_64" ]] && _path="Franz-linux-x64-${pkgver}"
noextract=(${_path})