summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorariasuni2018-05-31 10:58:12 +0200
committerariasuni2018-05-31 10:58:12 +0200
commitcf4718130c48a3a385839f339c31095bb926d253 (patch)
treeb814e5e6bd00f806e99892ee6d1e2c43b3fd379e /PKGBUILD
parent066b178a682b4af6f73b72bc233a031b3fd7a0d2 (diff)
downloadaur-cf4718130c48a3a385839f339c31095bb926d253.tar.gz
update to 1.1.1 and add symbolic link in `/usr/bin` for command line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 762bfc8ed6e5..b3360c0e782a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux'
arch=(x86_64)
@@ -10,8 +10,10 @@ 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=('94e6aea24dd0db35bd56551c20e231047b1fa0e525eb8056284d1deb4d23966d')
+sha256sums=('7611f7f5234ce088ca80c529c54fedca399a7ccbd7d95c7dd957318fd0cf2fbd')
package() {
cp -R opt/ usr/ $pkgdir
+ mkdir $pkgdir/usr/bin
+ ln -s "$pkgdir/opt/Whalebird for Mastodon/whalebird" $pkgdir/usr/bin/whalebird
}