summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkraxarn2020-05-09 17:30:41 +0200
committerkraxarn2020-05-09 17:30:41 +0200
commit69fcc7f6c1c0184968c8ee8fd29aafaa28a27590 (patch)
tree412fb3a0dc42c987479a9227e2b96b387672f639 /PKGBUILD
parent47c6e52df1922389d04edd9954d6a00e6943ca4d (diff)
downloadaur-69fcc7f6c1c0184968c8ee8fd29aafaa28a27590.tar.gz
v1.9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c94e705e74e..f07d23c0a3fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kraxarn <me@kraxarn.com>
pkgname=spotify-qt
-pkgver=1.8
+pkgver=1.9
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=("e78b82f402e7b1db9a97ae299fa896e912ff9f8574656450272290f01146d3dc")
+sha256sums=("5efa3c576a85f7a038414290adaf21610eb80ea41a503b25c2f107b120d203e5")
build() {
cd "$pkgname-$pkgver"