[arch-commits] Commit in librsvg/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Dec 18 00:36:09 UTC 2021
Date: Saturday, December 18, 2021 @ 00:36:09
Author: heftig
Revision: 432728
2.52.5-1
Modified:
librsvg/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-18 00:27:07 UTC (rev 432727)
+++ PKGBUILD 2021-12-18 00:36:09 UTC (rev 432728)
@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=librsvg
-pkgver=2.52.4
+pkgver=2.52.5
pkgrel=1
epoch=2
pkgdesc="SVG rendering library"
@@ -12,13 +12,13 @@
depends=(gdk-pixbuf2 pango)
makedepends=(gobject-introspection vala gtk-doc git rust)
provides=(librsvg-${pkgver%%.*}.so)
-_commit=2f6f58ef7edda386badf24d2beac153f0195723a # tags/2.52.4^0
+_commit=756616b808ce63ef09036f37952409b88b471522 # tags/2.52.5^0
source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd librsvg
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
More information about the arch-commits
mailing list