[arch-commits] Commit in lib32-fribidi/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Apr 21 20:38:42 UTC 2022


    Date: Thursday, April 21, 2022 @ 20:38:42
  Author: heftig
Revision: 1187273

1.0.12-1

Modified:
  lib32-fribidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 20:12:53 UTC (rev 1187272)
+++ PKGBUILD	2022-04-21 20:38:42 UTC (rev 1187273)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer <Nezmer at gmail.com>
 
 pkgname=lib32-fribidi
-pkgver=1.0.11
+pkgver=1.0.12
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (32-bit)"
 url="https://github.com/fribidi/fribidi/"
@@ -12,13 +12,14 @@
 depends=(lib32-glibc fribidi)
 makedepends=(git meson)
 provides=(libfribidi.so)
-_commit=247fddc3599e3fe7b1b5cc21020c9eb51e662637  # tags/v1.0.11^0
+options=(debug)
+_commit=6428d8469e536bcbb6e12c7b79ba6659371c435a  # tags/v1.0.12^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd fribidi
-  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list