[arch-commits] Commit in pango/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Thu Dec 16 23:40:59 UTC 2021
Date: Thursday, December 16, 2021 @ 23:40:59
Author: heftig
Revision: 432620
1.50.2-1
Modified:
pango/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-16 22:32:41 UTC (rev 432619)
+++ PKGBUILD 2021-12-16 23:40:59 UTC (rev 432620)
@@ -3,7 +3,7 @@
pkgbase=pango
pkgname=(pango pango-docs)
-pkgver=1.50.1
+pkgver=1.50.2
pkgrel=1
epoch=1
pkgdesc="A library for layout and rendering of text"
@@ -13,7 +13,7 @@
depends=(libthai cairo libxft harfbuzz fribidi)
makedepends=(gobject-introspection help2man git meson gi-docgen)
checkdepends=(ttf-dejavu cantarell-fonts)
-_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'
@@ -21,7 +21,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