git » libmbim.git » commit 686fb43

1.6.0

author Jan Alexander Steffens
2014-02-05 15:22:32 UTC
committer Jan Alexander Steffens
2014-02-05 15:22:32 UTC
parent 873c565093b39c866d0c63bc51ee6784d3094fcf

1.6.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 565cd60..889b2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # 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)
@@ -10,12 +10,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
 }