git » spotify-qt.git » commit 9882574

v1.1-1

author kraxarn
2020-04-12 19:34:51 UTC
committer kraxarn
2020-04-12 19:34:51 UTC
parent b5d79a585a2a39a2bc109e1e49323aa5307b9de1

v1.1-1

https://github.com/kraxarn/spotify-qt/releases/tag/v1.1

.SRCINFO +4 -4
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index bd28b07..d02c495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = spotify-qt
-	pkgdesc = Work-in-progress Spotify client using Qt
-	pkgver = 1.0
+	pkgdesc = Lightweight Spotify client using Qt
+	pkgver = 1.1
 	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.0.tar.gz
-	sha256sums = adfca6ebcf17720c6d1464b87b94ff77bbae949e7ecb73b6d2daa89c9b35ce57
+	source = https://github.com/kraxarn/spotify-qt/archive/v1.1.tar.gz
+	sha256sums = e434a55e1ba655d2e0408ba4ff92721b689741da155a6cf7e6359e98bb1bba0b
 
 pkgname = spotify-qt
 
diff --git a/PKGBUILD b/PKGBUILD
index a3984fb..68d4abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
 # Maintainer: kraxarn <me@kraxarn.com>
 
 pkgname=spotify-qt
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
-pkgdesc="Work-in-progress Spotify client using Qt"
+pkgdesc="Lightweight Spotify client using Qt"
 arch=(x86_64)
 url="https://github.com/kraxarn/spotify-qt"
 license=("GPL3")
@@ -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=("adfca6ebcf17720c6d1464b87b94ff77bbae949e7ecb73b6d2daa89c9b35ce57")
+sha256sums=("e434a55e1ba655d2e0408ba4ff92721b689741da155a6cf7e6359e98bb1bba0b")
 
 build() {
 	cd "$pkgname-$pkgver"