Update to 0.10.0
This commit is contained in:
parent
e371daf7e1
commit
ef38a08e0d
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = supersonic-desktop-wayland
|
||||
pkgdesc = A lightweight cross-platform desktop client for Subsonic and Jellyfin music servers.
|
||||
pkgver = 0.9.1
|
||||
pkgver = 0.10.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.9.1.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v0.9.1.tar.gz
|
||||
sha256sums = 4911901c92883a9912a5b34fdaf524969d959ef9f7fdca19fb9647ace68d7301
|
||||
source = supersonic-desktop-wayland-0.10.0.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v0.10.0.tar.gz
|
||||
sha256sums = c97c77fe831c0945122a4ab4c57abc7f0fc911bdf5c787499cafe55f07291791
|
||||
|
||||
pkgname = supersonic-desktop-wayland
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: exu <aur _a_ frm01 _d_ net>
|
||||
|
||||
pkgname=supersonic-desktop-wayland
|
||||
pkgver=0.9.1
|
||||
pkgver=0.10.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=("4911901c92883a9912a5b34fdaf524969d959ef9f7fdca19fb9647ace68d7301")
|
||||
sha256sums=('c97c77fe831c0945122a4ab4c57abc7f0fc911bdf5c787499cafe55f07291791')
|
||||
|
||||
build() {
|
||||
export GOPATH="$srcdir"/gopath
|
||||
|
Loading…
Reference in New Issue
Block a user