summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Jose2016-06-26 01:05:31 +0200
committerMarc Jose2016-06-26 01:05:31 +0200
commit2d7acc8b1eba7300d9e4fe59e961579ec00f32b7 (patch)
treeb093a5eff9c682fd6e33acf81659f8d6e80680fd /PKGBUILD
parent2a17877ee68933b9658070c2ccb685af216a063a (diff)
downloadaur-2d7acc8b1eba7300d9e4fe59e961579ec00f32b7.tar.gz
Added v3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
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})