summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxarn2020-04-05 20:43:55 +0200
committerkraxarn2020-04-05 20:43:55 +0200
commitd28d02153e3f460b4c5108612c1b34bed26b735e (patch)
treec50cae785a6e84f3588b988173c58911da316fe0
parent8b9f6343e423301cf28832b4ad3eca573920129b (diff)
downloadaur-d28d02153e3f460b4c5108612c1b34bed26b735e.tar.gz
v0.17-1
https://github.com/kraxarn/spotify-qt/releases/tag/v0.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24490bc55b63..a6949dce8798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-qt
pkgdesc = Work-in-progress Spotify client using Qt
- pkgver = 0.16
+ pkgver = 0.17
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/v0.16.tar.gz
- sha256sums = beab1488dabd02bcd4cbab1eee6b35907433d248a9c0da41a9fd329421d256e7
+ source = https://github.com/kraxarn/spotify-qt/archive/v0.17.tar.gz
+ sha256sums = dd95a1e3bed1882b83de018b649d24390b8dee8cfc103e57a97ed8f124acd5f6
pkgname = spotify-qt
diff --git a/PKGBUILD b/PKGBUILD
index 364657beb228..d00c47122e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kraxarn <me@kraxarn.com>
pkgname=spotify-qt
-pkgver=0.16
+pkgver=0.17
pkgrel=1
pkgdesc="Work-in-progress 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=("beab1488dabd02bcd4cbab1eee6b35907433d248a9c0da41a9fd329421d256e7")
+sha256sums=("dd95a1e3bed1882b83de018b649d24390b8dee8cfc103e57a97ed8f124acd5f6")
build() {
cd "$pkgname-$pkgver"