summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2018-12-14 01:28:35 +0100
committerariasuni2018-12-14 01:29:16 +0100
commit44ad2703b90516c369eb5df642df4368ad687332 (patch)
treebe1e45c477bec7e7616ff12652b9a30623d17321
parent40d00db978994e0a3f8d9f84f065a645940fc74d (diff)
downloadaur-44ad2703b90516c369eb5df642df4368ad687332.tar.gz
update to 2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d8f66b859a..1729d394417a 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.6.0
+ pkgver = 2.6.1
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.6.0/Whalebird-2.6.0-linux-x64.rpm
- sha256sums = bfc1d24ab9b9a181e748afa2cd6c1e097157a951d1e335e13317584b7ab08a49
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/2.6.1/Whalebird-2.6.1-linux-x64.rpm
+ sha256sums = 7d26afacccda4bf0fd6de00d29569bcdddabffe9979027f82dacb7165330e3cf
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index e08bfaf881ea..ed040975616b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=2.6.0
+pkgver=2.6.1
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=('bfc1d24ab9b9a181e748afa2cd6c1e097157a951d1e335e13317584b7ab08a49')
+sha256sums=('7d26afacccda4bf0fd6de00d29569bcdddabffe9979027f82dacb7165330e3cf')
package() {
cp -R opt/ usr/ $pkgdir