summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2018-09-01 17:12:36 +0200
committerariasuni2018-09-01 17:12:36 +0200
commit6d8bf97b94fd8635a3c5cbb8ea3039ee6c2abbb9 (patch)
tree07de3f9e470f0550c946ae9cc0df68f740a81090
parent9f4367490acaca411549b9fb75c6f4d1a79e13a3 (diff)
downloadaur-6d8bf97b94fd8635a3c5cbb8ea3039ee6c2abbb9.tar.gz
update to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1a14105314e..71ef717f4912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon client for Windows, Mac and Linux
- pkgver = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://whalebird.org/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = whalebird-bin
depends = libxss
depends = libxtst
depends = nss
- source = https://github.com/h3poteto/whalebird-desktop/releases/download/2.1.1/Whalebird-2.1.1-linux-x64.rpm
- sha256sums = c9cde0f459d5bbd6fa714587ec0fec5f5c9c51725e441918e41031ba2635bc8d
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/2.2.0/Whalebird-2.2.0-linux-x64.rpm
+ sha256sums = c962473d01349a2120a47a5fe25f62453f789979b83515ac6acec9a126b2896f
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e55239ff7af..64626c74027c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux'
arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://whalebird.org/'
license=(MIT)
depends=(alsa-lib gconf gtk2 libxss libxtst nss)
source=("https://github.com/h3poteto/whalebird-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")
-sha256sums=('c9cde0f459d5bbd6fa714587ec0fec5f5c9c51725e441918e41031ba2635bc8d')
+sha256sums=('c962473d01349a2120a47a5fe25f62453f789979b83515ac6acec9a126b2896f')
package() {
cp -R opt/ usr/ $pkgdir