[arch-commits] Commit in libmbim/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Wed Feb 5 15:22:33 UTC 2014


    Date: Wednesday, February 5, 2014 @ 16:22:32
  Author: heftig
Revision: 205455

1.6.0

Modified:
  libmbim/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-05 13:22:17 UTC (rev 205454)
+++ PKGBUILD	2014-02-05 15:22:32 UTC (rev 205455)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at 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 @@
 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
 }
 




More information about the arch-commits mailing list