upgpkg: spot-client 0.4.0-1
upstream release
This commit is contained in:
parent
53cf84c171
commit
cfca7e7c2c
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = spot-client
|
||||
pkgdesc = Gtk/Rust native Spotify client
|
||||
pkgver = 0.3.3
|
||||
pkgver = 0.4.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/xou816/spot
|
||||
arch = x86_64
|
||||
|
@ -25,9 +25,9 @@ pkgbase = spot-client
|
|||
depends = pango
|
||||
optdepends = org.freedesktop.secrets
|
||||
options = !lto
|
||||
source = https://github.com/xou816/spot/archive/0.3.3/spot-0.3.3.tar.gz
|
||||
source = https://github.com/xou816/spot/archive/0.4.0/spot-0.4.0.tar.gz
|
||||
source = disable-clippy.patch
|
||||
sha512sums = 8b116e5e9a79efbbb6aef21b89ca93d3ea6083fb02b245662a4e222f85feef76dbc5abcdacfb0a29bf8ee0d8062137b3f0a1648a47537b26a9c16dd7bf525a8a
|
||||
sha512sums = 45b7b28250d6a3ccfd829984d5ee2f94fc8f052467cfa94403171d7c9fe803c65567759b3b01b86b8cc7a1d8cbdff64d99c82a72c34997192386ff9f51531d1d
|
||||
sha512sums = 1cb0faced2e6801cb994e9af7b81411355837b2efcd9c82b82751508e0bfcc967c50b3d6296bfdb8c017bbf2e7a503a3920d36cb896e44c896c23f5b9e1d13f1
|
||||
|
||||
pkgname = spot-client
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
|
||||
_projectname='spot'
|
||||
pkgname="$_projectname-client"
|
||||
pkgver='0.3.3'
|
||||
pkgver='0.4.0'
|
||||
pkgrel='1'
|
||||
pkgdesc='Gtk/Rust native Spotify client'
|
||||
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
@ -19,7 +19,7 @@ source=(
|
|||
"https://github.com/xou816/$_projectname/archive/$pkgver/$_projectname-$pkgver.tar.gz"
|
||||
'disable-clippy.patch'
|
||||
)
|
||||
sha512sums=('8b116e5e9a79efbbb6aef21b89ca93d3ea6083fb02b245662a4e222f85feef76dbc5abcdacfb0a29bf8ee0d8062137b3f0a1648a47537b26a9c16dd7bf525a8a'
|
||||
sha512sums=('45b7b28250d6a3ccfd829984d5ee2f94fc8f052467cfa94403171d7c9fe803c65567759b3b01b86b8cc7a1d8cbdff64d99c82a72c34997192386ff9f51531d1d'
|
||||
'1cb0faced2e6801cb994e9af7b81411355837b2efcd9c82b82751508e0bfcc967c50b3d6296bfdb8c017bbf2e7a503a3920d36cb896e44c896c23f5b9e1d13f1')
|
||||
validpgpkeys=() # waiting for https://github.com/xou816/spot/issues/283
|
||||
|
||||
|
@ -30,7 +30,7 @@ prepare() {
|
|||
cd "$srcdir/$_sourcedirectory/"
|
||||
|
||||
# Disable clippy tests, as they don't realy make sense for user builds (https://gitlab.com/dpeukert/pkgbuilds/-/issues/37)
|
||||
patch --forward -p1 < '../disable-clippy.patch'
|
||||
patch -Np1 < '../disable-clippy.patch'
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue