diff options
Diffstat (limited to 'extra/libmbim')
-rw-r--r-- | extra/libmbim/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/libmbim/PKGBUILD b/extra/libmbim/PKGBUILD index 74672fb5c..ee212be87 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 mips64el) -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 } |