summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2021-12-21 10:40:14 -0600
committerdudemanguy2021-12-21 10:40:14 -0600
commit0b68c2557871b257e69107f6d31115fb673594e1 (patch)
treee2006745a1d81c50d4d73918d509779cc7332186
parent068ea64a0ccbc5c09d7fcdf810b39aa5cbb3173b (diff)
downloadaur-0b68c2557871b257e69107f6d31115fb673594e1.tar.gz
3.24.31-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5503c92a008c..899455cc8598 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk3-patched-filechooser-icon-view
pkgdesc = GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch.
- pkgver = 3.24.30+90+g20be04f7ac
+ pkgver = 3.24.31
pkgrel = 1
epoch = 1
url = https://github.com/Dudemanguy/gtk
@@ -46,7 +46,7 @@ pkgbase = gtk3-patched-filechooser-icon-view
depends = tracker3
depends = gtk-update-icon-cache
optdepends = glib2-patched-thumbnailer: Thumbnail generation in upload dialog
- provides = gtk3=3.24.30+90+g20be04f7ac
+ provides = gtk3=3.24.31
provides = gtk3-print-backends
provides = libgtk-3.so
provides = libgdk-3.so
@@ -54,7 +54,7 @@ pkgbase = gtk3-patched-filechooser-icon-view
conflicts = gtk3
conflicts = gtk3-print-backends
replaces = gtk3-print-backends<=3.22.26-1
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=20be04f7ac4a2081ce34768397873b7551e17c69
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=ab45bde94c7bbd140b12fa0dd6203f7b98d1a715
source = gtk-query-immodules-3.0.hook
source = gtk3-filechooser-icon-view.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d1059804b1f9..067d94f158c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-patched-filechooser-icon-view
-pkgver=3.24.30+90+g20be04f7ac
+pkgver=3.24.31
pkgrel=1
epoch=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
@@ -24,7 +24,7 @@ conflicts=(gtk3 gtk3-print-backends)
replaces=('gtk3-print-backends<=3.22.26-1')
license=(LGPL)
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
gtk3-filechooser-icon-view.patch)
@@ -34,7 +34,7 @@ sha256sums=('SKIP'
pkgver() {
cd gtk
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {