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

Jan Steffens heftig at gemini.archlinux.org
Fri Mar 25 13:54:42 UTC 2022


    Date: Friday, March 25, 2022 @ 13:54:42
  Author: heftig
Revision: 440669

1.8.36-1

Modified:
  libnma/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-25 13:14:48 UTC (rev 440668)
+++ PKGBUILD	2022-03-25 13:54:42 UTC (rev 440669)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=libnma
-pkgver=1.8.34
+pkgver=1.8.36
 pkgrel=1
 pkgdesc="NetworkManager GUI client library"
 url="https://gitlab.gnome.org/GNOME/libnma"
@@ -10,13 +10,14 @@
 depends=(libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
 makedepends=(gobject-introspection git gtk-doc meson vala)
 provides=(libnma.so)
-_commit=98d55a765d6aff0243d26d1ef5e655ebb6f78fa8  # tags/1.8.34^0
+options=(debug)
+_commit=d3080c86c6cfb71d16514af4d967d36dba976206  # tags/1.8.36^0
 source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd libnma
-  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
+  git describe --tags | sed 's/-dev/dev/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list