summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-03-04 00:00:50 +0100
committerDaniel Peukert2021-03-04 00:00:50 +0100
commit6494e8db56e2eae85d5586baea88bae149c4d02c (patch)
tree306f0f01ea3ad584d51568f4a73647ad56e42469 /PKGBUILD
parent10a697af025fe47ae305662cacfcb955e8ba589c (diff)
downloadaur-6494e8db56e2eae85d5586baea88bae149c4d02c.tar.gz
Update spot-client to 0.1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3139db33002..6ecb0f593ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='spot'
pkgname="$_projectname-client"
-pkgver='0.1.8'
+pkgver='0.1.9'
pkgrel='1'
pkgdesc='Gtk/Rust native Spotify client'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('alsa-lib' 'glib2' 'gtk3' 'libhandy' 'libpulse' 'openssl')
makedepends=('cargo' 'meson>=0.50.0')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('61a14eff406f18e397cf99bee810b60acc34129e1310c239ceee7b2501edfeb0')
+sha256sums=('39499aa48cffb5d1f1352affa362c014f9c29570648cc59ff2ba1dde5d2372cd')
_sourcedirectory="$_projectname-$pkgver"
_builddirectory='build'