summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44abbd3cfe39..7a12a3d7500e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk4-git
pkgdesc = GObject-based multi-platform GUI toolkit (GIT Version)
- pkgver = 3.93.0.r114.gea6da7b1b8
- pkgrel = 1
+ pkgver = 3.93.0.r988.gf494d6ae1f
+ pkgrel = 2
url = https://www.gtk.org/
arch = x86_64
license = LGPL
@@ -13,7 +13,7 @@ pkgbase = gtk4-git
depends = at-spi2-atk
depends = atk-git>=2.15.1
depends = dconf
- depends = glib2-git>=2.53.7
+ depends = glib2-git>=2.55.0
depends = libepoxy>=1.4
depends = libxcomposite
depends = libxcursor
@@ -29,6 +29,7 @@ pkgbase = gtk4-git
depends = libcups
depends = rest
depends = vulkan-icd-loader
+ depends = gst-plugins-bad
optdepends = gnome-icon-theme: Default icon theme
optdepends = gnome-themes-standard: Default widget theme
optdepends = hicolor-icon-theme: Freedesktop.org Hicolor icon theme
diff --git a/PKGBUILD b/PKGBUILD
index f94fdcba6292..30cb8e484a91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=(gtk4-git)
pkgver=3.93.0.r988.gf494d6ae1f
-pkgrel=1
+pkgrel=2
pkgdesc="GObject-based multi-platform GUI toolkit (GIT Version)"
arch=('x86_64')
url="https://www.gtk.org/"
license=('LGPL')
-depends=('at-spi2-atk' 'atk-git>=2.15.1' 'dconf' 'glib2-git>=2.53.7' 'libepoxy>=1.4'
+depends=('at-spi2-atk' 'atk-git>=2.15.1' 'dconf' 'glib2-git>=2.55.0' 'libepoxy>=1.4'
'libxcomposite' 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxrandr' 'mesa'
'pango-git>=1.41.0' 'wayland-git>=1.9.91' 'graphene>=1.5.1' 'json-glib'
'colord' 'libcups' 'rest' 'vulkan-icd-loader' 'gst-plugins-bad')