| author | Jan Alexander Steffens
<heftig@archlinux.org> 2021-11-26 18:24:58 UTC |
| committer | Jan Alexander Steffens
<heftig@archlinux.org> 2021-11-26 18:24:58 UTC |
| parent | 552a71e7c4e4670a0210422724cd754dbf2590a4 |
| PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index b228b95..6cfc65e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=modemmanager pkgname=(modemmanager libmm-glib) -pkgver=1.18.2 +pkgver=1.18.4 pkgrel=1 pkgdesc="Mobile broadband modem management service" arch=(x86_64) @@ -13,7 +13,7 @@ depends=(systemd libgudev polkit ppp libqmi libmbim mobile-broadband-provider-info) makedepends=(gtk-doc gobject-introspection vala meson git bash-completion) checkdepends=(python-gobject python-dbus) -_commit=5a2c9229411fa6c5905b61e777122a9b49809134 # tags/1.18.2 +_commit=ac6d31e463168e894269d2a7c949de4577026eea # tags/1.18.4 source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit") sha256sums=('SKIP') @@ -29,10 +29,11 @@ prepare() { build() { local meson_args=( -D dbus_policy_dir=/usr/share/dbus-1/system.d - -D polkit=permissive -D dist_version="\"$pkgver-$pkgrel\"" - -D vapi=true -D gtk_doc=true + -D plugin_qcom_soc=disabled + -D polkit=permissive + -D vapi=true ) arch-meson ModemManager build "${meson_args[@]}"