[arch-commits] Commit in lib32-pango/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Thu Dec 16 23:40:53 UTC 2021
Date: Thursday, December 16, 2021 @ 23:40:53
Author: heftig
Revision: 1075527
1.50.2-1
Modified:
lib32-pango/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-16 23:39:55 UTC (rev 1075526)
+++ PKGBUILD 2021-12-16 23:40:53 UTC (rev 1075527)
@@ -4,7 +4,7 @@
# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
pkgname=lib32-pango
-pkgver=1.50.1
+pkgver=1.50.2
pkgrel=1
epoch=1
pkgdesc="A library for layout and rendering of text (32-bit)"
@@ -15,7 +15,7 @@
makedepends=(git meson)
checkdepends=(ttf-dejavu cantarell-fonts)
provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb # tags/1.50.1^0
+_commit=37f22bb80ebacd834f1927e6acd7fd94aeaf1270 # tags/1.50.2^0
source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit"
fix-test.diff)
sha256sums=('SKIP'
@@ -23,7 +23,7 @@
pkgver() {
cd pango
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
More information about the arch-commits
mailing list