From ce34930a04e783323d0a92208729b9e5fa1994c5 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 29 Dec 2013 03:37:35 +0000 Subject: Sun Dec 29 03:35:02 UTC 2013 --- extra/libqmi/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra/libqmi') diff --git a/extra/libqmi/PKGBUILD b/extra/libqmi/PKGBUILD index a6b1b5704..ebd5b5f84 100644 --- a/extra/libqmi/PKGBUILD +++ b/extra/libqmi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198225 2013-10-30 13:34:34Z allan $ +# $Id: PKGBUILD 202885 2013-12-28 22:44:05Z bpiotrowski $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libqmi -pkgver=1.4.0 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 pkgdesc="QMI modem protocol helper library" arch=(i686 x86_64) url="http://www.freedesktop.org/wiki/Software/libqmi/" @@ -11,12 +11,12 @@ license=(GPL2) depends=(glib2 bash) makedepends=(gtk-doc python) source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('812515c36fd77c5f7eb9d52804e9666c4341e8c7dd3d932ca1e607b467831af3') +sha256sums=('fadd8070dd6f95eb00d04058c616ade57966d8e54d894da8ddbf31e98310ee0d') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --with-tests + --disable-static --with-tests --libexecdir=/usr/lib make } -- cgit v1.2.3-54-g00ecf