diff --git a/.SRCINFO b/.SRCINFO index 48010524a09f..a5457f3c2012 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = whalebird pkgdesc = Single-column Fediverse client for desktop - pkgver = 6.2.4 + pkgver = 6.2.5 pkgrel = 1 url = https://whalebird.social arch = x86_64 @@ -10,15 +10,15 @@ pkgbase = whalebird makedepends = nodejs>=22.0.0 makedepends = node-gyp makedepends = git - depends = electron36>=36.0.0 - depends = electron36<37.0.0 + depends = electron37>=37.0.0 + depends = electron37<38.0.0 provides = whalebird conflicts = whalebird-bin conflicts = whalebird-desktop-git - source = https://github.com/h3poteto/whalebird-desktop/archive/refs/tags/v6.2.4.tar.gz + source = https://github.com/h3poteto/whalebird-desktop/archive/refs/tags/v6.2.5.tar.gz source = whalebird.desktop source = electron-builder.yml - md5sums = cd940d3a7c8994d435b021508a612dae + md5sums = c5f9a240b79269657484fa8133cd522a md5sums = 6ab525c54c6e91871d0d6f05a76f5289 md5sums = 480286196dc0614fd14b0d906c00b228 diff --git a/PKGBUILD b/PKGBUILD index 90c63b4b642f..a4454e57b304 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,19 +1,19 @@ # Maintainer: Akira Fukushima