summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')