Add missing checkdepends to spot-client

This commit is contained in:
Daniel Peukert 2021-03-14 18:09:47 +01:00
parent 89dbc7d6a1
commit 45196dbc81
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = spot-client-git
pkgdesc = Gtk/Rust native Spotify client - git version
pkgver = 0.1.10.r0.g1d361b1
pkgrel = 2
pkgrel = 3
url = https://github.com/xou816/spot
arch = x86_64
arch = i686
@ -10,6 +10,7 @@ pkgbase = spot-client-git
arch = armv7h
arch = aarch64
license = MIT
checkdepends = appstream-glib
makedepends = cargo
makedepends = git
makedepends = meson>=0.50.0

View File

@ -2,14 +2,15 @@
_projectname='spot'
pkgname="$_projectname-client-git"
pkgver='0.1.10.r0.g1d361b1'
pkgrel='2'
pkgrel='3'
pkgdesc='Gtk/Rust native Spotify client - git version'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/xou816/$_projectname"
license=('MIT')
depends=('alsa-lib' 'glib2' 'gtk3' 'libhandy' 'libpulse' 'openssl')
makedepends=('cargo' 'git' 'meson>=0.50.0')
optdepends=('org.freedesktop.secrets')
makedepends=('cargo' 'git' 'meson>=0.50.0')
checkdepends=('appstream-glib')
provides=("$_projectname-client")
conflicts=("$_projectname-client")
source=(