git » spotify-qt.git » commit 15796f7

v3.5-1

author kraxarn
2021-03-11 20:03:12 UTC
committer kraxarn
2021-03-11 20:03:12 UTC
parent 48e3479620dee12b4378767bceeeab7b4fb33e67

v3.5-1

https://github.com/kraxarn/spotify-qt/releases/tag/v3.5

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 6301666..55c1195 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = spotify-qt
 	pkgdesc = Lightweight Spotify client using Qt
-	pkgver = 3.4
+	pkgver = 3.5
 	pkgrel = 1
 	url = https://github.com/kraxarn/spotify-qt
 	arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = spotify-qt
 	depends = hicolor-icon-theme
 	optdepends = librespot: Recommended playback client
 	optdepends = spotifyd: Recommended playback client
-	source = https://github.com/kraxarn/spotify-qt/archive/v3.4.tar.gz
-	sha256sums = ceae5dec3aa31a3fbf6754a2c481dfc1b32b9f5e131007ec176f64a87a6e516e
+	source = https://github.com/kraxarn/spotify-qt/archive/v3.5.tar.gz
+	sha256sums = b8c4827a6c3e012b897f0a87ef2cc6e04b2d97f14bc505d19ebd439464094b4e
 
 pkgname = spotify-qt
 
diff --git a/PKGBUILD b/PKGBUILD
index a59dd21..a94d564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: kraxarn <me@kraxarn.com>
 
 pkgname=spotify-qt
-pkgver=3.4
+pkgver=3.5
 pkgrel=1
 pkgdesc="Lightweight Spotify client using Qt"
 arch=(x86_64)
@@ -14,7 +14,7 @@ optdepends=(
 	"spotifyd: Recommended playback client"
 )
 source=("$url/archive/v${pkgver}.tar.gz")
-sha256sums=("ceae5dec3aa31a3fbf6754a2c481dfc1b32b9f5e131007ec176f64a87a6e516e")
+sha256sums=("b8c4827a6c3e012b897f0a87ef2cc6e04b2d97f14bc505d19ebd439464094b4e")
 
 build() {
 	cd "$pkgname-$pkgver"