summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2024-03-06 13:22:19 +0200
committerAdrian Perez de Castro2024-03-06 13:22:19 +0200
commitb7fe9a236a436179cc9927e8617cbc77008014f1 (patch)
treecd78c71711aa13de34ec63013aac07979a1b58ab
parent1dfaa95bdd4489843107d0386b48e9a46e853f0c (diff)
downloadaur-cog.tar.gz
Bump wpewebkit dependency to ensure API 2.0 is usable
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0581148320b..5a966072f6b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cog
pkgdesc = WPE launcher and webapp container
pkgver = 0.18.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Igalia/cog
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = cog
makedepends = libxkbcommon-x11
makedepends = gtk4
makedepends = weston
- depends = wpewebkit>=2.36.0
+ depends = wpewebkit>=2.42.5-3
depends = wpebackend-fdo>=1.10.0
depends = libinput
depends = libmanette
diff --git a/PKGBUILD b/PKGBUILD
index f88a5d0641c9..7df389bcd516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgdesc='WPE launcher and webapp container'
pkgname=cog
pkgver=0.18.3
-pkgrel=2
+pkgrel=3
url=https://github.com/Igalia/cog
arch=(i686 x86_64 aarch64 armv7l armv7h)
groups=(wpe)
conflicts=(cog-git)
-depends=('wpewebkit>=2.36.0' 'wpebackend-fdo>=1.10.0' libinput libmanette)
+depends=('wpewebkit>=2.42.5-3' 'wpebackend-fdo>=1.10.0' libinput libmanette)
makedepends=(meson wayland-protocols libxcb libxkbcommon-x11 gtk4 weston)
optdepends=('libxcb: x11 platform support'
'libxkbcommon-x11: x11 platform support'