summaryrefslogtreecommitdiff
path: root/extra/libmbim
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-06 03:51:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-06 03:51:56 +0000
commitae5e27e4900c0c38025462f59e0524aef7aa630b (patch)
tree951c929d4f60923f41a62500d865724dfa68c42e /extra/libmbim
parent8b3a0b83eb5ad9bcff19b466bcd72c18fdf466ce (diff)
Thu Feb 6 03:50:19 UTC 2014
Diffstat (limited to 'extra/libmbim')
-rw-r--r--extra/libmbim/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libmbim/PKGBUILD b/extra/libmbim/PKGBUILD
index 4c8b79b97..11c05cbf0 100644
--- a/extra/libmbim/PKGBUILD
+++ b/extra/libmbim/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 198195 2013-10-30 13:23:07Z allan $
+# $Id: PKGBUILD 205456 2014-02-05 15:22:56Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=libmbim
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="MBIM modem protocol helper library"
arch=(i686 x86_64)
@@ -11,12 +11,12 @@ license=(GPL2)
depends=(glib2 bash systemd)
makedepends=(gtk-doc python)
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7fa909df229574eb11baac89075ac1366a2ac1670f586483bdf0173257cf781')
+sha256sums=('e0efbdaf2aeddec033b4c7c5d0f7934c91ce535c5c9f0cadf1e67527d10ab082')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static
+ --disable-static --with-tests --libexecdir=/usr/lib
make
}