git » modemmanager.git » commit 6f81115

1.18.8-1

author Jan Alexander Steffens
2022-04-28 20:13:46 UTC
committer Jan Alexander Steffens
2022-04-28 20:13:46 UTC
parent 44656f6ba3e54a3dc6719a77d441bad3c7eefcb4

1.18.8-1

PKGBUILD +4 -7

diff --git a/PKGBUILD b/PKGBUILD
index ca82c1f..5d9f3f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.18.6
-pkgrel=2
+pkgver=1.18.8
+pkgrel=1
 pkgdesc="Mobile broadband modem management service"
-arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/ModemManager/"
+arch=(x86_64)
 license=(GPL2 LGPL2.1)
 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
+_commit=0d8b5e93fc62eb0f41e18a2d9d845331d7af36ec  # tags/1.18.8^0
 source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,9 +25,6 @@ pkgver() {
 
 prepare() {
   cd ModemManager
-
-  # https://bugs.archlinux.org/task/74329
-  git cherry-pick -n c615be77fd0ce88b73285816266e112b45825637
 }
 
 build() {