summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkiraFukushima2022-11-06 12:30:56 +0900
committerAkiraFukushima2022-11-06 12:30:56 +0900
commit948795bd8220c10a206014c074fc4e04a1e28704 (patch)
tree845d35b29acf2327781a983652f1bc15cd0b3ddd
parent3fbdb75655969d5e0713dbcd1b73add9314bd42c (diff)
downloadaur-948795bd8220c10a206014c074fc4e04a1e28704.tar.gz
Update whalebird to 4.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a74f5192e666..74bbc5886f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = whalebird
pkgdesc = An Electron based Mastodon, Pleroma and Misskey client
- pkgver = 4.6.5
- pkgrel = 2
+ pkgver = 4.7.0
+ pkgrel = 1
url = https://whalebird.social
arch = x86_64
license = MIT
makedepends = yarn
makedepends = tar
makedepends = nodejs>=16.0.0
- depends = electron19>=19.0.10
+ depends = electron19>=19.0.13
depends = electron19<20.0.0
provides = whalebird
- source = https://github.com/h3poteto/whalebird-desktop/archive/refs/tags/4.6.5.tar.gz
+ source = https://github.com/h3poteto/whalebird-desktop/archive/refs/tags/4.7.0.tar.gz
source = whalebird.desktop
source = electron-builder.yml
- md5sums = 84ceb08e173be20bdff53987a7934962
+ md5sums = d27f707380b8b5617c08eeaffabb9fdd
md5sums = 2cf7ef689d208d2fa41ce3622dce3545
md5sums = 68af72623ba3763c9a1ea440b72a253d
diff --git a/PKGBUILD b/PKGBUILD
index 6a790fca79c2..57d86127dcb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Akira Fukushima <h3.poteto@gmail.com>
pkgname=whalebird
-pkgver=4.6.5
-pkgrel=2
+pkgver=4.7.0
+pkgrel=1
pkgdesc="An Electron based Mastodon, Pleroma and Misskey client"
arch=('x86_64')
url="https://whalebird.social"
license=('MIT')
-depends=('electron19>=19.0.10' 'electron19<20.0.0')
+depends=('electron19>=19.0.13' 'electron19<20.0.0')
makedepends=('yarn' 'tar' 'nodejs>=16.0.0')
provides=('whalebird')
source=("https://github.com/h3poteto/whalebird-desktop/archive/refs/tags/$pkgver.tar.gz"
whalebird.desktop
electron-builder.yml)
-md5sums=('84ceb08e173be20bdff53987a7934962'
+md5sums=('d27f707380b8b5617c08eeaffabb9fdd'
'2cf7ef689d208d2fa41ce3622dce3545'
'68af72623ba3763c9a1ea440b72a253d')