| author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-10-26 15:33:15 UTC |
| committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-10-26 15:33:15 UTC |
| parent | 2960fa106c1ea67d374f9c7fa85701b6ced07e72 |
| PKGBUILD | +4 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 7d76f8b..c4ea017 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> 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 @@ depends=(glib2 bash systemd) 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 @@ check() { package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et: