git » modemmanager.git » commit 0f6ac40

1.12.0-1

author Jan Alexander Steffens
2019-11-06 14:15:54 UTC
committer Jan Alexander Steffens
2019-11-06 14:15:54 UTC
parent 9302ab0293e6c6b291375ad9465be225fa20509f

1.12.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index b4ba269..3fc9854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.10.8
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(x86_64)
@@ -11,7 +11,7 @@ url="https://www.freedesktop.org/wiki/Software/ModemManager/"
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=526ec556bdf440fce3c48d3127836cf9d0b4501b  # tags/1.10.8
+_commit=8c2a6629d7e7e76c18fb785fd61f3d98942f5a7a  # tags/1.12.0
 source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit"
         strict-filter.diff)
 sha256sums=('SKIP'
@@ -26,7 +26,7 @@ prepare() {
   cd ModemManager
 
   # Recommended by upstream
-  patch -Np1 -i ../strict-filter.diff
+  git apply -3 ../strict-filter.diff
 
   NOCONFIGURE=1 ./autogen.sh
 }