summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkraxarn2020-04-26 10:36:50 +0200
committerkraxarn2020-04-26 10:36:50 +0200
commit05082851fc8aee215bbf75d8f3d346a232f6048d (patch)
treeaa19f2c2db4dd1f5b1e06cfe970f7cf1c943e3f7 /PKGBUILD
parent74fcfde015ffca8fa234dc823b5ad817d3c65112 (diff)
downloadaur-05082851fc8aee215bbf75d8f3d346a232f6048d.tar.gz
v1.5-1
https://github.com/kraxarn/spotify-qt/releases/tag/v1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30765a6ab7b1..414f52463920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kraxarn <me@kraxarn.com>
pkgname=spotify-qt
-pkgver=1.4
+pkgver=1.5
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=("1d593b9e6d3c7500f60738ed30c3c16a3d1b09d4fb9e286f7fddf9605aaae91a")
+sha256sums=("aea63d678b7d87050c0088d9403169eafe54ff8087f06c76cd7cc484b2af885a")
build() {
cd "$pkgname-$pkgver"