Update spot-client to 0.1.13

This commit is contained in:
Daniel Peukert 2021-04-13 10:24:16 +02:00
parent f6b81c11a6
commit c112e14c5b
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = spot-client pkgbase = spot-client
pkgdesc = Gtk/Rust native Spotify client pkgdesc = Gtk/Rust native Spotify client
pkgver = 0.1.12 pkgver = 0.1.13
pkgrel = 1 pkgrel = 1
url = https://github.com/xou816/spot url = https://github.com/xou816/spot
arch = x86_64 arch = x86_64
@ -20,7 +20,7 @@ pkgbase = spot-client
depends = libpulse depends = libpulse
depends = openssl depends = openssl
optdepends = org.freedesktop.secrets optdepends = org.freedesktop.secrets
source = spot-client-0.1.12-1.tar.gz::https://github.com/xou816/spot/archive/0.1.12.tar.gz source = spot-client-0.1.13-1.tar.gz::https://github.com/xou816/spot/archive/0.1.13.tar.gz
sha256sums = a3d57e92f8152370b7fa0c482904eb0418bc04a59d3ec6e9ee7847c68bd08c40 sha256sums = 9c4397fd6b4c000fbd35705ce09e15947131350fd72ccaa6ee2b5510f07aba29
pkgname = spot-client pkgname = spot-client

View file

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