Update spot-client to 0.1.14

This commit is contained in:
Daniel Peukert 2021-05-11 01:45:09 +02:00
parent c112e14c5b
commit 37d87444b3
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='spot'
pkgname="$_projectname-client"
pkgver='0.1.13'
pkgver='0.1.14'
pkgrel='1'
pkgdesc='Gtk/Rust native Spotify client'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -12,7 +12,7 @@ optdepends=('org.freedesktop.secrets')
makedepends=('cargo' 'meson>=0.50.0')
checkdepends=('appstream-glib')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('9c4397fd6b4c000fbd35705ce09e15947131350fd72ccaa6ee2b5510f07aba29')
sha256sums=('e568a3b11fdb3b68082a934ca82b68f05390136bd567ba8ec3c84768721b68bd')
_sourcedirectory="$_projectname-$pkgver"
_builddirectory='build'