diff options
author | Nathan Chere | 2025-02-27 20:25:51 +0100 |
---|---|---|
committer | Nathan Chere | 2025-02-27 20:25:51 +0100 |
commit | 8ab2585952753cc66048e78151d9e9e8fbfb8e35 (patch) | |
tree | f789a3cd2976aaa98863df9c0067b1966a4f0750 | |
parent | 72a30cc31400e00d7889aadab6148899f575d002 (diff) | |
download | aur-8ab2585952753cc66048e78151d9e9e8fbfb8e35.tar.gz |
Update to v5
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = grayjay-bin pkgdesc = Grayjay Desktop - follow creators, not platforms (privacy- and freedom-respecting client for YouTube, Rumble, Twitch, Spotify etc) - pkgver = 4 - pkgrel = 9 + pkgver = 5 + pkgrel = 1 url = https://grayjay.app/desktop/ arch = x86_64 license = Source First License 1.1 @@ -18,7 +18,7 @@ pkgbase = grayjay-bin provides = grayjay conflicts = grayjay-git options = !strip - source = Grayjay.Desktop-linux-x64-v4.zip::https://updater.grayjay.app/Apps/Grayjay.Desktop/4/Grayjay.Desktop-linux-x64-v4.zip - sha256sums = 1bfd2ec8eaa578fdbf77c037a901bc6cafaf97427edcfbf565c1e6acb4477e96 + source = Grayjay.Desktop-linux-x64-v5.zip::https://updater.grayjay.app/Apps/Grayjay.Desktop/5/Grayjay.Desktop-linux-x64-v5.zip + sha256sums = 021cb82e2feb3e74935da4073ba8db3a024b354b7d3a2cdb15d6484c9a620512 pkgname = grayjay-bin @@ -1,7 +1,7 @@ # Maintainer: Nathan Chere <git@nathanchere.com.au> pkgname=grayjay-bin -pkgver=4 -pkgrel=9 +pkgver=5 +pkgrel=1 pkgdesc="Grayjay Desktop - follow creators, not platforms (privacy- and freedom-respecting client for YouTube, Rumble, Twitch, Spotify etc)" arch=('x86_64') url="https://grayjay.app/desktop/" @@ -12,7 +12,7 @@ conflicts=('grayjay-git') options=(!strip) _filename="Grayjay.Desktop-linux-x64-v${pkgver}" source=("${_filename}.zip::https://updater.grayjay.app/Apps/Grayjay.Desktop/${pkgver}/${_filename}.zip") -sha256sums=('1bfd2ec8eaa578fdbf77c037a901bc6cafaf97427edcfbf565c1e6acb4477e96') +sha256sums=('021cb82e2feb3e74935da4073ba8db3a024b354b7d3a2cdb15d6484c9a620512') prepare() { mkdir -p "${srcdir}/grayjay" |