[arch-commits] Commit in libnma/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Jan 19 19:36:50 UTC 2022
Date: Wednesday, January 19, 2022 @ 19:36:49
Author: heftig
Revision: 434743
1.8.34-1
Modified:
libnma/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-19 19:35:07 UTC (rev 434742)
+++ PKGBUILD 2022-01-19 19:36:49 UTC (rev 434743)
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=libnma
-pkgver=1.8.32
+pkgver=1.8.34
pkgrel=1
pkgdesc="NetworkManager GUI client library"
url="https://gitlab.gnome.org/GNOME/libnma"
@@ -10,21 +10,21 @@
depends=(libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
makedepends=(gobject-introspection git gtk-doc meson vala)
provides=(libnma.so)
-_commit=276a01012a899c9716a8694a3badaf710a836c98 # tags/1.8.32^0
+_commit=98d55a765d6aff0243d26d1ef5e655ebb6f78fa8 # tags/1.8.34^0
source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
- cd $pkgbase
+ cd libnma
git describe --tags | sed 's/-dev/dev/;s/-/+/g'
}
prepare() {
- cd $pkgbase
+ cd libnma
}
build() {
- arch-meson $pkgbase build
+ arch-meson libnma build
meson compile -C build
}
More information about the arch-commits
mailing list