| author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-04-26 21:34:06 UTC |
| committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-04-26 21:34:06 UTC |
| parent | 736b8872c3ff12236f7419bc5ed7eed153a8e8d1 |
| PKGBUILD | +5 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 5875ebc..ca82c1f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=modemmanager pkgname=(modemmanager libmm-glib) pkgver=1.18.6 -pkgrel=1 +pkgrel=2 pkgdesc="Mobile broadband modem management service" arch=(x86_64) url="https://www.freedesktop.org/wiki/Software/ModemManager/" @@ -13,6 +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) +options=(debug) _commit=a7bcf2036b34d5043dbc33fee7d98bae5859c4d3 # tags/1.18.6 source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit") sha256sums=('SKIP') @@ -24,6 +25,9 @@ pkgver() { prepare() { cd ModemManager + + # https://bugs.archlinux.org/task/74329 + git cherry-pick -n c615be77fd0ce88b73285816266e112b45825637 } build() {