Update spot-client to 0.1.15

This commit is contained in:
Daniel Peukert 2021-06-30 22:36:24 +02:00
parent 98c971d08a
commit af3398d9f6
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = spot-client
pkgdesc = Gtk/Rust native Spotify client
pkgver = 0.1.14
pkgrel = 2
pkgver = 0.1.15
pkgrel = 1
url = https://github.com/xou816/spot
arch = x86_64
arch = i686
@ -20,7 +20,7 @@ pkgbase = spot-client
depends = libpulse
depends = openssl
optdepends = org.freedesktop.secrets
source = spot-client-0.1.14-2.tar.gz::https://github.com/xou816/spot/archive/0.1.14.tar.gz
sha256sums = e568a3b11fdb3b68082a934ca82b68f05390136bd567ba8ec3c84768721b68bd
source = spot-client-0.1.15-1.tar.gz::https://github.com/xou816/spot/archive/0.1.15.tar.gz
sha256sums = 55fa29d3627b8e6218b6a0f927391887fbb1a496b597a74a3af70b75207f4121
pkgname = spot-client

View file

@ -1,8 +1,8 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='spot'
pkgname="$_projectname-client"
pkgver='0.1.14'
pkgrel='2'
pkgver='0.1.15'
pkgrel='1'
pkgdesc='Gtk/Rust native Spotify client'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/xou816/$_projectname"
@ -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=('e568a3b11fdb3b68082a934ca82b68f05390136bd567ba8ec3c84768721b68bd')
sha256sums=('55fa29d3627b8e6218b6a0f927391887fbb1a496b597a74a3af70b75207f4121')
_sourcedirectory="$_projectname-$pkgver"
_builddirectory='build'