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

Jan Steffens heftig at archlinux.org
Tue Feb 10 20:29:29 UTC 2015


    Date: Tuesday, February 10, 2015 @ 21:29:29
  Author: heftig
Revision: 231235

1.12.2

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-10 19:30:11 UTC (rev 231234)
+++ PKGBUILD	2015-02-10 20:29:29 UTC (rev 231235)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=libmbim
-pkgver=1.12.0
+pkgver=1.12.2
 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=('b5b9e72d6b0a4d9e5a92b913c16426946f8f6cf60e648635306ebade44ace553')
+sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static --with-tests
+    --libexecdir=/usr/lib/$pkgname --disable-static
   make
 }
 



More information about the arch-commits mailing list