summaryrefslogtreecommitdiff
path: root/extra/libmbim
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-20 01:12:36 -0700
committerroot <root@rshg054.dnsready.net>2013-07-20 01:12:36 -0700
commit5dcf6953607ce10f7479bba20fae43fe6d814f2b (patch)
treed622bbe613eb5a071a4ce1fdd5967046c4f62962 /extra/libmbim
parent8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (diff)
Sat Jul 20 01:11:42 PDT 2013
Diffstat (limited to 'extra/libmbim')
-rw-r--r--extra/libmbim/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/libmbim/PKGBUILD b/extra/libmbim/PKGBUILD
index b00ae9f5b..721fe5acd 100644
--- a/extra/libmbim/PKGBUILD
+++ b/extra/libmbim/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 188603 2013-06-16 20:32:24Z eric $
+# $Id: PKGBUILD 191189 2013-07-19 12:04:24Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=libmbim
-pkgver=1.2.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="MBIM modem protocol helper library"
arch=(i686 x86_64)
-url="http://cgit.freedesktop.org/libmbim/libmbim"
+url="http://www.freedesktop.org/wiki/Software/libmbim/"
license=(GPL2)
depends=(glib2 bash systemd)
makedepends=(gtk-doc python)
options=('!libtool')
-source=(http://cgit.freedesktop.org/libmbim/libmbim/snapshot/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b00085486bb34b772e56643d6605eaffc3b2dd620485bc598cab8b0c6051825')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7fa909df229574eb11baac89075ac1366a2ac1670f586483bdf0173257cf781')
build() {
cd $pkgname-$pkgver
- ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --with-tests
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
make
}