summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorariasuni2018-08-19 19:20:05 +0200
committerariasuni2018-08-19 19:20:05 +0200
commitee27784147cecb00e645d51a19912e10cc5138fc (patch)
treeb748ff3ed0356bf8acd3684a8e8ff5771d98ed9f /PKGBUILD
parentd6245e04c2a72ad0f01097b2a0b8d52193dffd71 (diff)
downloadaur-ee27784147cecb00e645d51a19912e10cc5138fc.tar.gz
update to 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bedf38c83a4f..e96ba698d2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=1.5.3
+pkgver=2.0.1
pkgrel=1
pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux'
arch=(x86_64)
@@ -10,10 +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=('aeef71ba721703c08bf0e3fd69e603984cb5d51c15725051a3a8c5137ed41d3e')
+sha256sums=('9aa6e7faa3c70bd42a55fb95c90e98320521bbf1e1877a994bb63ce8376b8623')
package() {
cp -R opt/ usr/ $pkgdir
mkdir $pkgdir/usr/bin
- ln -s "$pkgdir/opt/Whalebird for Mastodon/whalebird" $pkgdir/usr/bin/whalebird
+ ln -s "/opt/Whalebird/whalebird" $pkgdir/usr/bin/whalebird
}