git » libmbim.git » commit 2960fa1

1.26.4-1

author Jan Alexander Steffens
2022-04-28 18:51:12 UTC
committer Jan Alexander Steffens
2022-04-28 18:51:12 UTC
parent fe9f094a298e8280872a4d344610787c705853b0

1.26.4-1

PKGBUILD +7 -6

diff --git a/PKGBUILD b/PKGBUILD
index 701e1f7..7d76f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,31 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
 
 pkgname=libmbim
-pkgver=1.26.2
+pkgver=1.26.4
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
-arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/libmbim/"
+arch=(x86_64)
 license=(GPL2)
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
 provides=(libmbim-glib.so)
-_commit=55d51a8a76921b478a75b79a8695b37d989e4868  # tags/1.26.2
+options=(debug)
+_commit=bcdbc8cba800137377048c2a5db7fe6d5996f48b  # tags/1.26.4^0
 source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd libmbim
   git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd libmbim
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson libmbim build -D gtk_doc=true
   meson compile -C build
 }