summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-07-09 16:30:38 -0600
committerMark Wagie2021-07-09 16:30:38 -0600
commitd731d2b589f912f925be91149aa9ca38fcdb944c (patch)
tree3179147e51bf016349f7d0d37e21b4869b2c34bf
parent095d6f6ce744ef78bd4227784bf82f1a87c19974 (diff)
downloadaur-d731d2b589f912f925be91149aa9ca38fcdb944c.tar.gz
3.24.30
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84be38f21398..a694461ee16a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-typeahead
pkgdesc = GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget
- pkgver = 3.24.29
- pkgrel = 2
+ pkgver = 3.24.30
+ pkgrel = 1
url = https://www.gtk.org/
install = gtk3.install
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = gtk3-typeahead
depends = iso-codes
depends = libcloudproviders
depends = gtk-update-icon-cache
- provides = gtk3=3.24.29
+ provides = gtk3=3.24.30
provides = gtk3-print-backends
provides = libgtk-3.so
provides = libgdk-3.so
@@ -51,7 +51,7 @@ pkgbase = gtk3-typeahead
conflicts = gtk3
conflicts = gtk3-print-backends
replaces = gtk3-print-backends<=3.22.26-1
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=77f32a69c0a35ffd3a1a542a6057c1c6d13c793d
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=d4e2d05cd9518ba04d6fbe1cbcec27142788ac95
source = gtk-query-immodules-3.0.hook
source = typeahead.patch
sha256sums = SKIP
@@ -59,4 +59,3 @@ pkgbase = gtk3-typeahead
sha256sums = 3b94b53ee720e24e999e6fe40de269ec5b6ddfcbab64fb1a14e7d89256651607
pkgname = gtk3-typeahead
-
diff --git a/PKGBUILD b/PKGBUILD
index 1f044213f9b5..5d12bc082f7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-typeahead
-pkgver=3.24.29
-pkgrel=2
+pkgver=3.24.30
+pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget"
arch=(x86_64)
url="https://www.gtk.org/"
@@ -20,7 +20,7 @@ provides=("gtk3=$pkgver" gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil
conflicts=(gtk3 gtk3-print-backends)
replaces=("gtk3-print-backends<=3.22.26-1")
install=gtk3.install
-_commit=77f32a69c0a35ffd3a1a542a6057c1c6d13c793d # tags/3.24.29^0
+_commit=d4e2d05cd9518ba04d6fbe1cbcec27142788ac95 # tags/3.24.30^0
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
gtk-query-immodules-3.0.hook
typeahead.patch)