summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson2022-07-31 13:55:42 +0200
committerAlbin Larsson2022-07-31 13:55:58 +0200
commit9b71cbcf9db9643c06f322088b71358e0d163f51 (patch)
tree61a408ee731b57500504da2f16b3b60709496894
parent68e62cba21600543b899359825591b9c5ac56f16 (diff)
downloadaur-9b71cbcf9db9643c06f322088b71358e0d163f51.tar.gz
Pin webkitgtk to non-libadwaita version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09caef11f18a..ee6217e78b31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = ulauncher
depends = gobject-introspection-runtime
depends = libkeybinder3
depends = gtk3
- depends = webkit2gtk
+ depends = webkit2gtk-4.1
depends = libnotify
depends = gdk-pixbuf2
depends = wmctrl
diff --git a/PKGBUILD b/PKGBUILD
index 1dc8e5a753c7..323355ce1c72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Application launcher for Linux'
arch=('any')
url="https://ulauncher.io"
license=('GPL3')
-depends=('gobject-introspection-runtime' 'libkeybinder3' 'gtk3' 'webkit2gtk' 'libnotify'
+depends=('gobject-introspection-runtime' 'libkeybinder3' 'gtk3' 'webkit2gtk-4.1' 'libnotify'
'gdk-pixbuf2' 'wmctrl' 'python-dbus' 'python-levenshtein' 'python-pyinotify'
'python-websocket-client' 'python-pyxdg' 'python-gobject' 'python-cairo')
makedepends=('git' 'python-setuptools' 'python-distutils-extra')