summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2019-06-12 18:06:20 +0200
committerariasuni2019-06-12 18:06:20 +0200
commit20856d28e8fe4f6725842383580c4c3ef800f6a4 (patch)
treebb2a88d288f773ba2701b03184ba87b70bbad36d
parent8b4e8924c853e95fd23b428f6695d085015ff9ab (diff)
downloadaur-20856d28e8fe4f6725842383580c4c3ef800f6a4.tar.gz
update to 2.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d329befa45b5..23a0759ced08 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.7.3
+ pkgver = 2.7.4
pkgrel = 2
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.7.3/Whalebird-2.7.3-linux-x64.rpm
- sha256sums = cd6ea1fab3ce75c280984c37e1df517e10b266eb49662b62405ee073f9a3c36e
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/2.7.4/Whalebird-2.7.4-linux-x64.rpm
+ sha256sums = e82e1ab4070e736c8c9b26874ce56cae93236b6412a7c04473393a3b41aa887d
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb1927e74de8..7178d9419f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=2.7.3
+pkgver=2.7.4
pkgrel=2
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=('cd6ea1fab3ce75c280984c37e1df517e10b266eb49662b62405ee073f9a3c36e')
+sha256sums=('e82e1ab4070e736c8c9b26874ce56cae93236b6412a7c04473393a3b41aa887d')
package() {
cp -R opt/ usr/ $pkgdir