[arch-commits] Commit in lib32-gdk-pixbuf2/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Fri Mar 18 13:22:52 UTC 2022


    Date: Friday, March 18, 2022 @ 13:22:52
  Author: heftig
Revision: 1158521

2.42.8-1

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-18 12:44:29 UTC (rev 1158520)
+++ PKGBUILD	2022-03-18 13:22:52 UTC (rev 1158521)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=lib32-gdk-pixbuf2
-pkgver=2.42.6
-pkgrel=2
+pkgver=2.42.8
+pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 url="https://wiki.gnome.org/Projects/GdkPixbuf"
 arch=(x86_64)
@@ -13,7 +13,8 @@
 optdepends=(
   "lib32-librsvg: Load .svg, .svgz, and .svg.gz"
 )
-_commit=3afa395cd47fdde70216a8a8e4d71ac753e26ade  # tags/2.42.6^0
+options=(debug)
+_commit=bca00032ad68d0b0aa2c1f7558db931e52bd9cd2  # tags/2.42.8^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit"
   gdk-pixbuf-query-loaders-32.hook
@@ -23,7 +24,7 @@
 
 pkgver() {
   cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list