summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-09-03 16:53:27 +0200
committerKr1ss2020-09-03 16:53:27 +0200
commita68a5f105111926a9f9e4e2e17ad30497fef75ca (patch)
tree96d555263fbf6ca6f4cfc1a885193b4667a8fe9e /PKGBUILD
parent7956004ac2696a2f56096adbcc669f7037847c88 (diff)
downloadaur-a68a5f105111926a9f9e4e2e17ad30497fef75ca.tar.gz
update: whalebird-bin 4.2.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 501c9f208805..2d347f5e76ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=whalebird-bin
-pkgver=4.2.1
+pkgver=4.2.2
pkgrel=1
pkgdesc='Electron based multi-platform client for Mastodon, Misskey & Pleroma'
@@ -18,7 +18,7 @@ conflicts=("${pkgname%-bin}")
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
source=("https://github.com/h3poteto/${pkgname%-bin}-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")
-sha256sums=('b0b21070b719a16f29c88b66bcea37ac503b6ef3f43a2ce880aa56a4810f6677')
+sha256sums=($(curl -sL https://github.com/h3poteto/${pkgname%-bin}-desktop/releases/download/$pkgver/sha256sum.txt | grep Whalebird-$pkgver-linux-x64.rpm | cut -d\ -f1))
package() {