[arch-commits] Commit in libxml++/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Fri Sep 9 22:46:17 UTC 2022


    Date: Friday, September 9, 2022 @ 22:46:17
  Author: heftig
Revision: 455737

3.2.4-1

Modified:
  libxml++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-09 22:44:40 UTC (rev 455736)
+++ PKGBUILD	2022-09-09 22:46:17 UTC (rev 455737)
@@ -3,7 +3,7 @@
 
 pkgbase=libxml++
 pkgname=(libxml++ libxml++-docs)
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="C++ bindings to libxml2"
 url="https://libxmlplusplus.github.io/libxmlplusplus/"
@@ -12,13 +12,13 @@
 depends=(libxml2 glibmm)
 makedepends=(git meson mm-common glibmm-docs)
 options=(!emptydirs)
-_commit=e844282958af940cf374302c22b369dbdaa1fcdd  # tags/3.2.3^0
+_commit=b0ec13e65d12b6abea01cd0ae98ef11097e70f17  # tags/3.2.4^0
 source=("git+https://github.com/libxmlplusplus/libxmlplusplus#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd libxmlplusplus
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list