summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2018-05-31 10:58:12 +0200
committerariasuni2018-05-31 10:58:12 +0200
commitcf4718130c48a3a385839f339c31095bb926d253 (patch)
treeb814e5e6bd00f806e99892ee6d1e2c43b3fd379e
parent066b178a682b4af6f73b72bc233a031b3fd7a0d2 (diff)
downloadaur-cf4718130c48a3a385839f339c31095bb926d253.tar.gz
update to 1.1.1 and add symbolic link in `/usr/bin` for command line
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1541feab9c68..5e3ea09223aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon client for Windows, Mac and Linux
- pkgver = 1.0.0
+ pkgver = 1.1.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/1.0.0/Whalebird-1.0.0-linux-x64.rpm
- sha256sums = 94e6aea24dd0db35bd56551c20e231047b1fa0e525eb8056284d1deb4d23966d
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/1.1.1/Whalebird-1.1.1-linux-x64.rpm
+ sha256sums = 7611f7f5234ce088ca80c529c54fedca399a7ccbd7d95c7dd957318fd0cf2fbd
pkgname = whalebird-bin
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
}