summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxarn2020-10-05 19:12:31 +0200
committerkraxarn2020-10-05 19:12:31 +0200
commite2862025a7e864e62a09622a82a35b62df435165 (patch)
treefd6ef5b61171cfdc039aa9d07923b03a8ff4d548
parent16bc7e7751860a4b933bc6e21b3ae591b79f13c7 (diff)
downloadaur-e2862025a7e864e62a09622a82a35b62df435165.tar.gz
v2.12-1
https://github.com/kraxarn/spotify-qt/releases/tag/v2.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82490203172..4cf19ddfdbe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-qt
pkgdesc = Lightweight Spotify client using Qt
- pkgver = 2.11
+ pkgver = 2.12
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/v2.11.tar.gz
- sha256sums = adf6505dc03795f4d355272199b852da223aa0a22412b50671dcefdde76b7aab
+ source = https://github.com/kraxarn/spotify-qt/archive/v2.12.tar.gz
+ sha256sums = bc336dcf037adaee18885a2cceacf94ea30d17f592ea6b4a6c6fe797ceecbfec
pkgname = spotify-qt
diff --git a/PKGBUILD b/PKGBUILD
index 4997ed61a794..f53257c6bd0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kraxarn <me@kraxarn.com>
pkgname=spotify-qt
-pkgver=2.11
+pkgver=2.12
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=("adf6505dc03795f4d355272199b852da223aa0a22412b50671dcefdde76b7aab")
+sha256sums=("bc336dcf037adaee18885a2cceacf94ea30d17f592ea6b4a6c6fe797ceecbfec")
build() {
cd "$pkgname-$pkgver"