summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 123e2806775e..6f9212eeb949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.12.beta1.r4.g8937bcc1
+ pkgver = 0.5.12.beta1.r7.g68d1ef7f
pkgrel = 1
url = https://lutris.net/
arch = any
@@ -24,7 +24,7 @@ pkgbase = lutris-git
depends = python-requests
depends = python-yaml
depends = unzip
- depends = webkit2gtk
+ depends = webkit2gtk-4.1
depends = xdg-utils
depends = xorg-xrandr
optdepends = gamemode: Allows games to request a temporary set of optimisations
diff --git a/PKGBUILD b/PKGBUILD
index 9a17b6edca71..8317c63e1a0f 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.12.beta1.r4.g8937bcc1
+pkgver=0.5.12.beta1.r7.g68d1ef7f
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -14,7 +14,7 @@ license=('GPL3')
depends=('cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils' 'p7zip' 'psmisc'
'python-certifi' 'python-dbus' 'python-distro' 'python-gobject'
'python-lxml' 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
- 'webkit2gtk' 'xdg-utils' 'xorg-xrandr')
+ 'webkit2gtk-4.1' 'xdg-utils' 'xorg-xrandr')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
#checkdepends=('appstream-glib' 'libcanberra' 'pciutils' 'python-nose2'