summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-24 10:55:48 -0600
committerMark Wagie2022-05-24 10:55:48 -0600
commit4dfb70ec131b4e8e038df6c718c60cbe4904bea7 (patch)
treebad6f7523f0974bd05d855ff43efa347eeefa1a4 /PKGBUILD
parent4313bf3f493ef20be10b4cce16dbbcd7fb077f81 (diff)
downloadaur-4dfb70ec131b4e8e038df6c718c60cbe4904bea7.tar.gz
adjust tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 177996b489e4..a697cc096649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.10.1.r26.g9ed65ddd
+pkgver=0.5.10.1.r73.gf6e7d86b
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -17,7 +17,7 @@ depends=('cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils' 'p7zip' 'psmisc'
'webkit2gtk' 'xdg-utils' 'xorg-xrandr')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
-#checkdepends=('appstream-glib' 'pciutils' 'python-nose2' 'python-poetry'
+#checkdepends=('appstream-glib' 'libcanberra' 'pciutils' 'python-nose2'
# 'xorg-server-xvfb' 'xterm')
optdepends=(
'gamemode: Allows games to request a temporary set of optimisations'
@@ -60,7 +60,7 @@ check() {
# Will produce errors if ~/.local/share/lutris, ~/.config/lutris
# and ~/.cache/lutris are not avialable / writable
# cd "$srcdir/${pkgname%-git}"
-# xvfb-run --auto-servernum poetry run nose2
+# xvfb-run --auto-servernum make test
}
package() {