summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2018-05-02 11:29:19 +0200
committerariasuni2018-05-02 11:29:19 +0200
commit43efc88d8377db93fe7f764ffe1f58e3a8253ac6 (patch)
tree397b310295bf30c983ad4c986e1dd1812c91dd02
parent2a7c77ef4a0214020e81cc53405a6390d056dc1c (diff)
downloadaur-43efc88d8377db93fe7f764ffe1f58e3a8253ac6.tar.gz
update to 0.6.2 and update website
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acdceb671313..9e2e62038e08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon client for Windows, Mac and Linux
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
- url = https://github.com/h3poteto/whalebird-desktop
+ url = https://whalebird.org/
arch = x86_64
license = MIT
depends = alsa-lib
@@ -11,8 +11,8 @@ pkgbase = whalebird-bin
depends = libxss
depends = libxtst
depends = nss
- source = https://github.com/h3poteto/whalebird-desktop/releases/download/0.6.1/Whalebird-0.6.1-linux-x64.rpm
- sha256sums = 2115f0d15c4a18a89f6eaeae2b611f233b254c0a855a184420d893f3c91cc567
+ source = https://whalebird.org//releases/download/0.6.2/Whalebird-0.6.2-linux-x64.rpm
+ sha256sums = c624d9e1666c22c479d0e7baa7d82a33693e2114ea4506b4cdf102e641b731f1
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e1527e38e7b..adc6b9d8c383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux'
arch=(x86_64)
-url=https://github.com/h3poteto/whalebird-desktop
+url='https://whalebird.org/'
license=(MIT)
depends=(alsa-lib gconf gtk2 libxss libxtst nss)
source=("$url/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")
-sha256sums=('2115f0d15c4a18a89f6eaeae2b611f233b254c0a855a184420d893f3c91cc567')
+sha256sums=('c624d9e1666c22c479d0e7baa7d82a33693e2114ea4506b4cdf102e641b731f1')
package() {
cp -R opt/ usr/ $pkgdir