summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2018-08-23 19:34:25 +0200
committerariasuni2018-08-23 19:34:25 +0200
commit9f4367490acaca411549b9fb75c6f4d1a79e13a3 (patch)
tree104e0494ba91ec29c90b1eca9bfeb0c958d66b7e
parentee27784147cecb00e645d51a19912e10cc5138fc (diff)
downloadaur-9f4367490acaca411549b9fb75c6f4d1a79e13a3.tar.gz
update to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bfc6a2517ad..d1a14105314e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon client for Windows, Mac and Linux
- pkgver = 2.0.1
+ pkgver = 2.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/2.0.1/Whalebird-2.0.1-linux-x64.rpm
- sha256sums = 9aa6e7faa3c70bd42a55fb95c90e98320521bbf1e1877a994bb63ce8376b8623
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/2.1.1/Whalebird-2.1.1-linux-x64.rpm
+ sha256sums = c9cde0f459d5bbd6fa714587ec0fec5f5c9c51725e441918e41031ba2635bc8d
pkgname = whalebird-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a52a7d9d611c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.tar.gz
+*.rpm
diff --git a/PKGBUILD b/PKGBUILD
index e96ba698d2e8..7e55239ff7af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=2.0.1
+pkgver=2.1.1
pkgrel=1
pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux'
arch=(x86_64)
@@ -10,7 +10,7 @@ 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=('9aa6e7faa3c70bd42a55fb95c90e98320521bbf1e1877a994bb63ce8376b8623')
+sha256sums=('c9cde0f459d5bbd6fa714587ec0fec5f5c9c51725e441918e41031ba2635bc8d')
package() {
cp -R opt/ usr/ $pkgdir