summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-05-31 15:27:33 +0200
committerDaniel Peukert2021-05-31 15:27:33 +0200
commit98c971d08a47a005d28e10e2f30ab2696ef781fa (patch)
tree55b27e3bfebf558958bcfcc250b3c8f74a2e5e22
parent37d87444b34233a4aa30657978c09e492970bcd7 (diff)
downloadaur-98c971d08a47a005d28e10e2f30ab2696ef781fa.tar.gz
Disable spot-client test timeout
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42bc62c79033..82e335927e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spot-client
pkgdesc = Gtk/Rust native Spotify client
pkgver = 0.1.14
- pkgrel = 1
+ pkgrel = 2
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-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
pkgname = spot-client
diff --git a/PKGBUILD b/PKGBUILD
index a3bc77b312c9..14e2c0da274a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='spot'
pkgname="$_projectname-client"
pkgver='0.1.14'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Gtk/Rust native Spotify client'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/xou816/$_projectname"
@@ -26,7 +26,7 @@ build() {
check() {
cd "$srcdir/"
- meson test -C "$_builddirectory"
+ meson test -C "$_builddirectory" --timeout-multiplier -1
}
package() {