Date: Tuesday, June 23, 2020 @ 17:58:04 Author: heftig Revision: 390369
1.8.30-1 Modified: libnma/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-23 16:01:10 UTC (rev 390368) +++ PKGBUILD 2020-06-23 17:58:04 UTC (rev 390369) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=libnma -pkgver=1.8.28 +pkgver=1.8.30 pkgrel=1 pkgdesc="NetworkManager GUI client library" url="https://wiki.gnome.org/Projects/NetworkManager/" @@ -10,7 +10,7 @@ depends=(libnm gcr gtk3 iso-codes mobile-broadband-provider-info) makedepends=(gobject-introspection git gtk-doc meson vala) provides=(libnma.so) -_commit=0c40a6aeaabbf2673e48360dc00419793da084b8 # tags/1.8.28^0 +_commit=6242e120b295b081d9038c0e83e2f575812f61dd # tags/1.8.30^0 source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +25,7 @@ build() { arch-meson $pkgbase build - ninja -C build + meson compile -C build } check() {
