summaryrefslogtreecommitdiff
path: root/extra/libmbim
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-17 01:18:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-17 01:18:25 -0700
commit3c8e479bfe9fab72058c833f2909a26232114733 (patch)
tree18202d3eaa2c9001216c161e395eb2d39a8d05fd /extra/libmbim
parent44c10f274ec720a1512b15457b9eeffea28c6041 (diff)
Mon Jun 17 01:18:13 PDT 2013
Diffstat (limited to 'extra/libmbim')
-rw-r--r--extra/libmbim/PKGBUILD14
-rw-r--r--extra/libmbim/format.patch14
2 files changed, 4 insertions, 24 deletions
diff --git a/extra/libmbim/PKGBUILD b/extra/libmbim/PKGBUILD
index 901429d4c..b00ae9f5b 100644
--- a/extra/libmbim/PKGBUILD
+++ b/extra/libmbim/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 186608 2013-05-30 04:01:37Z heftig $
+# $Id: PKGBUILD 188603 2013-06-16 20:32:24Z eric $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=libmbim
-pkgver=1.0.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="MBIM modem protocol helper library"
arch=(i686 x86_64)
@@ -11,14 +11,8 @@ license=(GPL2)
depends=(glib2 bash systemd)
makedepends=(gtk-doc python)
options=('!libtool')
-source=($url/snapshot/$pkgname-$pkgver.tar.xz format.patch)
-sha256sums=('c3d668a5dc51700749a62fb5d50f149900e8dd4265e4d132c1d9cc4cb77eef0c'
- 'fbf54d12660c132f756c59cebd448a38750e3bbc9de8a7a97ceda466440dcb41')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i ../format.patch
-}
+source=(http://cgit.freedesktop.org/libmbim/libmbim/snapshot/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b00085486bb34b772e56643d6605eaffc3b2dd620485bc598cab8b0c6051825')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libmbim/format.patch b/extra/libmbim/format.patch
deleted file mode 100644
index 4bd4c0eea..000000000
--- a/extra/libmbim/format.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -u -r libmbim-1.0.0/cli/mbimcli-basic-connect.c libmbim-1.0.0-format/cli/mbimcli-basic-connect.c
---- libmbim-1.0.0/cli/mbimcli-basic-connect.c 2013-05-22 16:20:29.000000000 +0200
-+++ libmbim-1.0.0-format/cli/mbimcli-basic-connect.c 2013-05-30 05:53:49.269777442 +0200
-@@ -909,8 +909,8 @@
- "\t Network error: '%s'\n"
- "\t Packet service state: '%s'\n"
- "\tAvailable data classes: '%s'\n"
-- "\t Uplink speed: '%lu bps'\n"
-- "\t Downlink speed: '%lu bps'\n",
-+ "\t Uplink speed: '%" G_GUINT64_FORMAT " bps'\n"
-+ "\t Downlink speed: '%" G_GUINT64_FORMAT " bps'\n",
- mbim_device_get_path_display (device),
- VALIDATE_UNKNOWN (mbim_nw_error_get_string (nw_error)),
- VALIDATE_UNKNOWN (mbim_packet_service_state_get_string (packet_service_state)),