summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2023-02-24 23:24:08 +0100
committerManuel Hüsers2023-02-24 23:24:08 +0100
commitcfca7e7c2ccc1a219914e4e81072aebd4d9b443f (patch)
tree0c1c7c3572d8c9b495105bd75d0037a76bbb0504 /PKGBUILD
parent53cf84c171b1d266c1cd5e6e4bdde3a7054517af (diff)
downloadaur-spot-client.tar.gz
upgpkg: spot-client 0.4.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ad2678c8b0d..2d3e1afd7a37 100644
--- a/PKGBUILD
+++ b/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() {