diff --git a/.SRCINFO b/.SRCINFO index 2f63a6b..b2bfe77 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = supersonic-desktop-wayland pkgdesc = A lightweight cross-platform desktop client for Subsonic and Jellyfin music servers. - pkgver = 0.11.0 + pkgver = 0.12.0 pkgrel = 1 url = https://github.com/dweymouth/supersonic arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = supersonic-desktop-wayland depends = mpv optdepends = libappindicator-gtk3: Systray indicator support optdepends = org.freedesktop.secrets: Keyring password store support - source = supersonic-desktop-wayland-0.11.0.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v0.11.0.tar.gz - sha256sums = 635e17d8013a245841f068083fc62ec62add76d2155c559a65bd91aa3982f1d6 + source = supersonic-desktop-wayland-0.12.0.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v0.12.0.tar.gz + sha256sums = 609c41e28b88c971cf44e58c002ed6ade98f279ce8b9381ef11dfc46d8ff7a8e pkgname = supersonic-desktop-wayland diff --git a/PKGBUILD b/PKGBUILD index e7b76c7..a6618ee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: exu pkgname=supersonic-desktop-wayland -pkgver=0.11.0 +pkgver=0.12.0 pkgrel=1 pkgdesc="A lightweight cross-platform desktop client for Subsonic and Jellyfin music servers." _pkgname="${pkgname//-desktop-wayland/}" @@ -16,7 +16,7 @@ optdepends=('libappindicator-gtk3: Systray indicator support' 'org.freedesktop.secrets: Keyring password store support') makedepends=('go>=1.17') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('635e17d8013a245841f068083fc62ec62add76d2155c559a65bd91aa3982f1d6') +sha256sums=('609c41e28b88c971cf44e58c002ed6ade98f279ce8b9381ef11dfc46d8ff7a8e') build() { export GOPATH="$srcdir"/gopath