[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Dec 12 13:24:38 UTC 2021
Date: Sunday, December 12, 2021 @ 13:24:37
Author: heftig
Revision: 431937
3.2.0-1
Modified:
harfbuzz/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-12 12:39:17 UTC (rev 431936)
+++ PKGBUILD 2021-12-12 13:24:37 UTC (rev 431937)
@@ -3,7 +3,7 @@
pkgbase=harfbuzz
pkgname=(harfbuzz harfbuzz-icu)
-pkgver=3.1.2
+pkgver=3.2.0
pkgrel=1
pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -12,13 +12,13 @@
makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
ragel git python meson chafa)
checkdepends=(python-fonttools python-setuptools)
-_commit=8aed5c21a31eece6a9f3cd775fda8facb6c28b9b # tags/3.1.2^0
+_commit=be91d2917d9860326cb5fd1d03ffe1042a72f6d3 # tags/3.2.0^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd harfbuzz
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
More information about the arch-commits
mailing list