summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorariasuni2019-05-23 01:58:00 +0200
committerariasuni2019-05-23 01:58:00 +0200
commit8ed1be31378c54a4c14be282f6c8d777b10a5c8f (patch)
tree703648e46115ff73fc719ac54ebf55eb94361d32 /PKGBUILD
parentcaf05ee9c8dec1893464f08084893ef10a388ab6 (diff)
downloadaur-8ed1be31378c54a4c14be282f6c8d777b10a5c8f.tar.gz
update to 2.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4c0c4930283..e9ab49184ebb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=2.7.1
+pkgver=2.7.2
pkgrel=1
pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux'
arch=(x86_64)
@@ -10,10 +10,11 @@ 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=('509ac6586a4843db41e25bb425e38f7bc08f86254a494e79bf772b89741aceb7')
+sha256sums=('b21059918a30f4cf33f1581f2340f3db580167e0ed5edfabcfd03667a75e3b2a')
package() {
cp -R opt/ usr/ $pkgdir
mkdir $pkgdir/usr/bin
ln -s "/opt/Whalebird/whalebird" $pkgdir/usr/bin/whalebird
+ chmod 4755 $pkgdir/opt/Whalebird/chrome-sandbox
}