| author | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2013-12-21 19:23:11 UTC |
| committer | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2013-12-21 19:23:11 UTC |
| parent | d6734d4a91293c09b5a5bc7bc09476ab349ab547 |
| PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 5f63ca4..66ea094 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> 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/" @@ -10,12 +10,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 }