| author | Jan Alexander Steffens
<heftig@archlinux.org> 2018-08-12 13:39:05 UTC |
| committer | Jan Alexander Steffens
<heftig@archlinux.org> 2018-08-12 13:39:05 UTC |
| parent | eee5345b9fac4210a9e08ec5bcd9970176bb1feb |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 390298a..1ea6615 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=libqmi -pkgver=1.20.0 +pkgver=1.20.2 pkgrel=1 pkgdesc="QMI modem protocol helper library" arch=(x86_64) @@ -9,7 +9,7 @@ url="http://www.freedesktop.org/wiki/Software/libqmi/" license=(GPL2) depends=(libmbim libgudev) makedepends=(gtk-doc python git help2man) -_commit=a7fd5363cff7af6137065065ce405adf7bcbfc35 # tags/1.20.0 +_commit=c22afdeb8bbe65b5913e1e0121a3ab9622bac1d4 # tags/1.20.2 source=("git+https://anongit.freedesktop.org/git/libqmi#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ prepare() { build() { cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc + --libexecdir=/usr/lib --disable-static --enable-gtk-doc make }