Disable spot-client test timeout
This commit is contained in:
parent
37d87444b3
commit
98c971d08a
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = spot-client
|
pkgbase = spot-client
|
||||||
pkgdesc = Gtk/Rust native Spotify client
|
pkgdesc = Gtk/Rust native Spotify client
|
||||||
pkgver = 0.1.14
|
pkgver = 0.1.14
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/xou816/spot
|
url = https://github.com/xou816/spot
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -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.14-1.tar.gz::https://github.com/xou816/spot/archive/0.1.14.tar.gz
|
source = spot-client-0.1.14-2.tar.gz::https://github.com/xou816/spot/archive/0.1.14.tar.gz
|
||||||
sha256sums = e568a3b11fdb3b68082a934ca82b68f05390136bd567ba8ec3c84768721b68bd
|
sha256sums = e568a3b11fdb3b68082a934ca82b68f05390136bd567ba8ec3c84768721b68bd
|
||||||
|
|
||||||
pkgname = spot-client
|
pkgname = spot-client
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
_projectname='spot'
|
_projectname='spot'
|
||||||
pkgname="$_projectname-client"
|
pkgname="$_projectname-client"
|
||||||
pkgver='0.1.14'
|
pkgver='0.1.14'
|
||||||
pkgrel='1'
|
pkgrel='2'
|
||||||
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')
|
||||||
url="https://github.com/xou816/$_projectname"
|
url="https://github.com/xou816/$_projectname"
|
||||||
|
@ -26,7 +26,7 @@ build() {
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$srcdir/"
|
cd "$srcdir/"
|
||||||
meson test -C "$_builddirectory"
|
meson test -C "$_builddirectory" --timeout-multiplier -1
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue