[arch-commits] Commit in lib32-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:38
  Author: heftig
Revision: 1068898

3.2.0-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-12 13:24:09 UTC (rev 1068897)
+++ PKGBUILD	2021-12-12 13:24:38 UTC (rev 1068898)
@@ -3,7 +3,7 @@
 
 pkgbase=lib32-harfbuzz
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=3.1.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine - 32-bit"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -12,13 +12,13 @@
 makedepends=(lib32-glib2 lib32-freetype2 lib32-icu ragel git python meson
              harfbuzz)
 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