summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson2022-08-06 02:55:18 +0200
committerAlbin Larsson2022-08-06 02:59:23 +0200
commitb2cdeda7b8f5a893ce622f45847c832115e62cf1 (patch)
treeac04f73aa77584dd29220498f8ff533c65c53ca9
parent9634faeecb5126823fc9f7623ce0b5054316c21d (diff)
downloadaur-b2cdeda7b8f5a893ce622f45847c832115e62cf1.tar.gz
Revert "Webkit2gtk 4.1 upgrade back to v4"
This reverts commit 9b71cbcf9db9643c06f322088b71358e0d163f51.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9d830a8b47..d787823842a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
pkgver = 5.14.7
- pkgrel = 1
+ pkgrel = 2
url = https://ulauncher.io
install = ulauncher.install
arch = any
@@ -12,7 +12,7 @@ pkgbase = ulauncher
depends = gobject-introspection-runtime
depends = libkeybinder3
depends = gtk3
- depends = webkit2gtk-4.1
+ depends = webkit2gtk
depends = libnotify
depends = gdk-pixbuf2
depends = wmctrl
diff --git a/PKGBUILD b/PKGBUILD
index b31a3b73dbb8..74522485e816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=ulauncher
pkgver=5.14.7
-pkgrel=1
+pkgrel=2
pkgdesc='Application launcher for Linux'
arch=('any')
url="https://ulauncher.io"
license=('GPL3')
-depends=('gobject-introspection-runtime' 'libkeybinder3' 'gtk3' 'webkit2gtk-4.1' 'libnotify'
+depends=('gobject-introspection-runtime' 'libkeybinder3' 'gtk3' 'webkit2gtk' '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')