summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-12-21 09:48:42 -0700
committerMark Wagie2021-12-21 09:48:42 -0700
commitd29308878cc4382c732f9ce6c869728d9feb0ec3 (patch)
tree7e3613c22c607a3d525e772e0a84e7036cb6bf61 /PKGBUILD
parent89b436525368b6c1a0dddae416451b025533f4ce (diff)
downloadaur-d29308878cc4382c732f9ce6c869728d9feb0ec3.tar.gz
3.24.31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efa5a8babcaa..9e7c9c3a151a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-typeahead
-pkgver=3.24.30+90+g20be04f7ac
+pkgver=3.24.31
pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget"
arch=(x86_64)
@@ -21,7 +21,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=20be04f7ac4a2081ce34768397873b7551e17c69 # gtk-3-24
+_commit=ab45bde94c7bbd140b12fa0dd6203f7b98d1a715 # tags/3.24.31^0
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
gtk-query-immodules-3.0.hook
typeahead.patch)
@@ -31,7 +31,7 @@ sha256sums=('SKIP'
pkgver() {
cd gtk
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {