Date: Wednesday, October 26, 2022 @ 15:33:15 Author: heftig Revision: 459132
1.28.0-1 Modified: libmbim/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 15:02:27 UTC (rev 459131) +++ PKGBUILD 2022-10-26 15:33:15 UTC (rev 459132) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=libmbim -pkgver=1.26.4 +pkgver=1.28.0 pkgrel=1 pkgdesc="MBIM modem protocol helper library" url="https://www.freedesktop.org/wiki/Software/libmbim/" @@ -11,7 +11,7 @@ makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion) provides=(libmbim-glib.so) options=(debug) -_commit=bcdbc8cba800137377048c2a5db7fe6d5996f48b # tags/1.26.4^0 +_commit=3c2f2571d746e37d9ee9f750999b179e580056cd # tags/1.28.0^0 source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit") sha256sums=('SKIP') @@ -36,3 +36,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
