summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2022-02-15 18:34:00 +0000
committerLuke Horwell2022-02-15 18:34:00 +0000
commitff4487301bd6fd7dec55b2efcf0cfc93694e3581 (patch)
treecbaa5c11a76401c094430a9428c58e3c36efefe3
parent0f6b54f7367d4f28f1a20f8e1c47e233acb599b3 (diff)
downloadaur-ff4487301bd6fd7dec55b2efcf0cfc93694e3581.tar.gz
3.24.31-3: Add new 'dead keys' patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c01a5b347b..e58e1036ea08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-classic
pkgdesc = GTK3 patched to provide a more classic experience
pkgver = 3.24.31
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lah7/gtk3-classic
install = gtk3.install
arch = x86_64
@@ -69,9 +69,9 @@ pkgbase = gtk3-classic
conflicts = gtk3
conflicts = gtk3-typeahead
conflicts = gtk3-print-backends
- source = git+https://github.com/lah7/gtk3-classic.git#commit=884d0e68d3926c2e4d3276747a97a8dbf0ff802a
+ source = git+https://github.com/lah7/gtk3-classic.git#commit=221a3257c5d804520e3a26270ac2fc4673d39eb4
source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.31.tar.xz
- source = gtk-query-immodules-3.0.hook::https://raw.githubusercontent.com/archlinux/svntogit-packages/348566928ab92521329812792b77b491626e64cc/trunk/gtk-query-immodules-3.0.hook
+ source = gtk-query-immodules-3.0.hook::https://raw.githubusercontent.com/archlinux/svntogit-packages/e73aeb8db960eb45cc8d7b4858293b83d4887da4/trunk/gtk-query-immodules-3.0.hook
source = settings.ini
sha256sums = SKIP
sha256sums = 423c3e7fdb4c459ee889e35fd4d71fd2623562541c1041b11c07e5ad1ff10bf9
diff --git a/PKGBUILD b/PKGBUILD
index 7587b9e0e7bc..ac779b4b8116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# This file is based on original PKGBUILD of GTK3 package.
# https://git.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/gtk3
-__arch_pkg_commit="348566928ab92521329812792b77b491626e64cc"
+__arch_pkg_commit="e73aeb8db960eb45cc8d7b4858293b83d4887da4"
_gtkver=3.24.31
-_gtk3_classic_commit="884d0e68d3926c2e4d3276747a97a8dbf0ff802a"
+_gtk3_classic_commit="221a3257c5d804520e3a26270ac2fc4673d39eb4"
pkgbase=gtk3-classic
pkgname=($pkgbase lib32-$pkgbase)
pkgver=${_gtkver}
-pkgrel=2
+pkgrel=3
pkgdesc="GTK3 patched to provide a more classic experience"
url="https://github.com/lah7/gtk3-classic"
conflicts=(gtk3 gtk3-typeahead gtk3-print-backends)