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

Jan Steffens heftig at gemini.archlinux.org
Thu Apr 28 18:51:12 UTC 2022


    Date: Thursday, April 28, 2022 @ 18:51:12
  Author: heftig
Revision: 444235

1.26.4-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 18:50:11 UTC (rev 444234)
+++ PKGBUILD	2022-04-28 18:51:12 UTC (rev 444235)
@@ -1,30 +1,31 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=libmbim
-pkgver=1.26.2
+pkgver=1.26.4
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
+url="https://www.freedesktop.org/wiki/Software/libmbim/"
 arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/"
 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
 }
 



More information about the arch-commits mailing list