summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Astals Cid2022-05-20 13:14:36 +0200
committerAlbert Astals Cid2022-05-20 13:14:36 +0200
commit5f4aefebb2f06429b87a4bbc2d89252213ed9de1 (patch)
tree7db32f71fee4c7d272c0f313d62f375776b79d54
parent1111c13ef4d87cba1ab04e29f4756edc89302f32 (diff)
downloadaur-5f4aefebb2f06429b87a4bbc2d89252213ed9de1.tar.gz
3.24.34
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ef0e4557f6..04e3d42128db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk3-no_deadkeys_underline
pkgdesc = Like gtk3 in extra but with a patch to disable dead keys having an underline below them while typing
- pkgver = 3.24.33
+ pkgver = 3.24.34
pkgrel = 1
epoch = 1
url = https://www.gtk.org/
@@ -52,7 +52,8 @@ pkgbase = gtk3-no_deadkeys_underline
conflicts = gtk3-print-backends
conflicts = gtk3
replaces = gtk3-print-backends<=3.22.26-1
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=8ff9b2f83ff491cbfcbf9b30c706bd917679e7cc
+ options = debug
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=4e3a3f05533789e1a68c70c185e1755d386d6c47
source = gtk-query-immodules-3.0.hook
source = no_deadkeys_underline.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2de381a9a3af..b7bcdf0e3aad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-no_deadkeys_underline
-pkgver=3.24.33
+pkgver=3.24.34
pkgrel=1
epoch=1
pkgdesc="Like gtk3 in extra but with a patch to disable dead keys having an underline below them while typing"
@@ -21,8 +21,9 @@ provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so gtk3)
conflicts=(gtk3-print-backends gtk3)
replaces=("gtk3-print-backends<=3.22.26-1")
license=(LGPL)
+options=(debug)
install=gtk3.install
-_commit=8ff9b2f83ff491cbfcbf9b30c706bd917679e7cc # tags/3.24.33^0
+_commit=4e3a3f05533789e1a68c70c185e1755d386d6c47 # tags/3.24.34^0
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
gtk-query-immodules-3.0.hook
no_deadkeys_underline.patch