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

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


    Date: Friday, March 18, 2022 @ 13:22:37
  Author: heftig
Revision: 439927

2.42.8-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-18 13:22:17 UTC (rev 439926)
+++ PKGBUILD	2022-03-18 13:22:37 UTC (rev 439927)
@@ -3,8 +3,8 @@
 
 pkgbase=gdk-pixbuf2
 pkgname=(gdk-pixbuf2 gdk-pixbuf2-docs)
-pkgver=2.42.6
-pkgrel=2
+pkgver=2.42.8
+pkgrel=1
 pkgdesc="An image loading library"
 url="https://wiki.gnome.org/Projects/GdkPixbuf"
 arch=(x86_64)
@@ -20,7 +20,8 @@
   "librsvg: Load .svg, .svgz, and .svg.gz"
   "webp-pixbuf-loader: Load .webp"
 )
-_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.hook
@@ -30,7 +31,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