Update to 0.13.2

This commit is contained in:
exu 2024-12-22 21:46:52 +01:00
parent a300ea798c
commit 5ea638d9a7
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = supersonic-desktop-wayland
pkgdesc = A lightweight cross-platform desktop client for Subsonic and Jellyfin music servers.
pkgver = 0.13.1
pkgver = 0.13.2
pkgrel = 1
url = https://github.com/dweymouth/supersonic
arch = x86_64
@ -14,7 +14,7 @@ pkgbase = supersonic-desktop-wayland
optdepends = org.freedesktop.secrets: Keyring password store support
provides = supersonic-desktop
conflicts = supersonic-desktop
source = supersonic-desktop-wayland-0.13.1.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v0.13.1.tar.gz
sha256sums = 80fa4b34b41be73dffd330656f10803515ce3cd662c9c72c66208963cbbb8b4a
source = supersonic-desktop-wayland-0.13.2.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v0.13.2.tar.gz
sha256sums = 39edd84f6049462a1ff944e07270b474b3d8ba3cf42f5edebdc5813583b83bde
pkgname = supersonic-desktop-wayland

View File

@ -1,7 +1,7 @@
# Maintainer: exu <aur _a_ frm01 _d_ net>
pkgname=supersonic-desktop-wayland
pkgver=0.13.1
pkgver=0.13.2
pkgrel=1
pkgdesc="A lightweight cross-platform desktop client for Subsonic and Jellyfin music servers."
_pkgname="${pkgname//-desktop-wayland/}"
@ -18,7 +18,7 @@ makedepends=('go>=1.17')
provides=('supersonic-desktop')
conflicts=('supersonic-desktop')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('80fa4b34b41be73dffd330656f10803515ce3cd662c9c72c66208963cbbb8b4a')
sha256sums=('39edd84f6049462a1ff944e07270b474b3d8ba3cf42f5edebdc5813583b83bde')
build() {
export GOPATH="$srcdir"/gopath