summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxarn2020-05-04 16:33:48 +0200
committerkraxarn2020-05-04 16:33:48 +0200
commit47c6e52df1922389d04edd9954d6a00e6943ca4d (patch)
treeef42b06ba59717f16c5c8eef9c1d087b9538987b
parentacccf67360a37142fa130d4e63a4310d0df53430 (diff)
downloadaur-47c6e52df1922389d04edd9954d6a00e6943ca4d.tar.gz
v1.8-1
https://github.com/kraxarn/spotify-qt/releases/tag/v1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d112051384cf..d0c50a53db74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-qt
pkgdesc = Lightweight Spotify client using Qt
- pkgver = 1.7
+ pkgver = 1.8
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.7.tar.gz
- sha256sums = 917ce54dd102f3076617acf2a6dea4410a4eed143a03d05bd27b22ebf09968bd
+ source = https://github.com/kraxarn/spotify-qt/archive/v1.8.tar.gz
+ sha256sums = e78b82f402e7b1db9a97ae299fa896e912ff9f8574656450272290f01146d3dc
pkgname = spotify-qt
diff --git a/PKGBUILD b/PKGBUILD
index e9969838a109..8c94e705e74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kraxarn <me@kraxarn.com>
pkgname=spotify-qt
-pkgver=1.7
+pkgver=1.8
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=("917ce54dd102f3076617acf2a6dea4410a4eed143a03d05bd27b22ebf09968bd")
+sha256sums=("e78b82f402e7b1db9a97ae299fa896e912ff9f8574656450272290f01146d3dc")
build() {
cd "$pkgname-$pkgver"