summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-05-19 17:02:09 +0200
committerKr1ss2022-05-19 17:02:09 +0200
commitd0fbcbd3199038cf118d487f9450ed62257d32ed (patch)
tree4257e3cfc712a221e6d82ee101ed593fe89fb281
parent7d6ab387d2a3d510ee7f75094745f6cf58fe79c5 (diff)
downloadaur-d0fbcbd3199038cf118d487f9450ed62257d32ed.tar.gz
update: whalebird-bin 4.6.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e7263164544..d38d2833d025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = Electron based multi-platform client for Mastodon, Misskey & Pleroma
- pkgver = 4.6.0rc.1
+ pkgver = 4.6.0
pkgrel = 1
url = https://whalebird.social
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = whalebird-bin
depends = libappindicator-gtk3
provides = whalebird
conflicts = whalebird
- source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.6.0-rc.1/Whalebird-4.6.0-rc.1-linux-x64.rpm
- sha256sums = 80d37382a48a889806f78312578652fe75395ef7b3662849f20412e8b137e702
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.6.0/Whalebird-4.6.0-linux-x64.rpm
+ sha256sums = e0d6ac86cb979a43f247fd6a4b9726135993148c6e388a3d6438b2732d93c211
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84535020f226..171d34da502f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@
pkgname=whalebird-bin
_name="${pkgname%-bin}"
-_ver=4.6.0-rc.1
-pkgver="${_ver/-}"
+pkgver=4.6.0
+#_ver=4.6.0-rc.1
+#pkgver="${_ver/-}"
pkgrel=1
pkgdesc='Electron based multi-platform client for Mastodon, Misskey & Pleroma'
@@ -19,12 +20,12 @@ conflicts=("$_name")
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
-#_url="https://github.com/h3poteto/$_name-desktop/releases/download/$pkgver/${_name^}-$pkgver-linux-x64.rpm"
-#source=("$_url")
-#sha256sums=($(curl -sL "$_url.shasum" | grep "${_name^}-$pkgver-linux-x64.rpm" | cut -d\ -f1))
-_url="https://github.com/h3poteto/$_name-desktop/releases/download/$_ver/${_name^}-$_ver-linux-x64.rpm"
+_url="https://github.com/h3poteto/$_name-desktop/releases/download/$pkgver/${_name^}-$pkgver-linux-x64.rpm"
source=("$_url")
-sha256sums=($(curl -sL "$_url.shasum" | grep "${_name^}-$_ver-linux-x64.rpm" | cut -d\ -f1))
+sha256sums=($(curl -sL "$_url.shasum" | grep "${_name^}-$pkgver-linux-x64.rpm" | cut -d\ -f1))
+#_url="https://github.com/h3poteto/$_name-desktop/releases/download/$_ver/${_name^}-$_ver-linux-x64.rpm"
+#source=("$_url")
+#sha256sums=($(curl -sL "$_url.shasum" | grep "${_name^}-$_ver-linux-x64.rpm" | cut -d\ -f1))
package() {