git » spotify-qt.git » commit 749a0dd

v2.0-1

author kraxarn
2020-06-05 14:37:12 UTC
committer kraxarn
2020-06-05 14:37:12 UTC
parent d3e81382d6d329176e4231c0f63ae643c18c2307

v2.0-1

https://github.com/kraxarn/spotify-qt/releases/tag/v2.0

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 8e82efc..e2137f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = spotify-qt
 	pkgdesc = Lightweight Spotify client using Qt
-	pkgver = 1.10
+	pkgver = 2.0
 	pkgrel = 1
 	url = https://github.com/kraxarn/spotify-qt
 	arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = spotify-qt
 	depends = qt5-svg
 	depends = hicolor-icon-theme
 	optdepends = spotifyd: Recommended playback client
-	source = https://github.com/kraxarn/spotify-qt/archive/v1.10.tar.gz
-	sha256sums = 16c055965dbd9618ece274b52b9ea4d0be233f1439c5cbd9380e0c4996346757
+	source = https://github.com/kraxarn/spotify-qt/archive/v2.0.tar.gz
+	sha256sums = c20e143b48fcefe45a10a0f8765e03bedd4eb0936c900235ea09ca93ba4f5316
 
 pkgname = spotify-qt
 
diff --git a/PKGBUILD b/PKGBUILD
index 052bc7d..b61d100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: kraxarn <me@kraxarn.com>
 
 pkgname=spotify-qt
-pkgver=1.10
+pkgver=2.0
 pkgrel=1
 pkgdesc="Lightweight Spotify client using Qt"
 arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(qt5-base qt5-svg hicolor-icon-theme)
 makedepends=(git cmake gcc make)
 optdepends=("spotifyd: Recommended playback client")
 source=("$url/archive/v${pkgver}.tar.gz")
-sha256sums=("16c055965dbd9618ece274b52b9ea4d0be233f1439c5cbd9380e0c4996346757")
+sha256sums=("c20e143b48fcefe45a10a0f8765e03bedd4eb0936c900235ea09ca93ba4f5316")
 
 build() {
 	cd "$pkgname-$pkgver"