git » libmbim.git » commit feb050d

1.10.0

author Jan Alexander Steffens
2014-08-20 20:57:08 UTC
committer Jan Alexander Steffens
2014-08-20 20:57:08 UTC
parent 58efb354bd0c8e86ee03ac2af31df58db2d6397d

1.10.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 5914b45..b4bb4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
 
 pkgname=libmbim
-pkgver=1.8.0
+pkgver=1.10.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=('084b527ea88f7e1e31a6208840036aecede21fcd0668332523c81a2ebe2d9ea6')
+sha256sums=('4e5eade46a61d0cd1f8b6ad47bee938868766eca617a64e7acd2d0b72ff38b6e')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-static --with-tests --libexecdir=/usr/lib
+    --libexecdir=/usr/lib/$pkgname --disable-static --with-tests
   make
 }