community/libmbim: update to 1.14.2

This commit is contained in:
Stuart Cardall 2017-08-09 22:59:06 +00:00 committed by Francesco Colista
parent c17d85f625
commit 30dfb70eda

View File

@ -1,7 +1,7 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=libmbim
pkgver=1.14.0
pkgver=1.14.2
pkgrel=0
pkgdesc="MBIM modem protocol helper library"
url="http://www.freedesktop.org/wiki/Software/libmbim"
@ -18,10 +18,13 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
|| return 1
make || return 1
make check || return 1
--disable-static
make
}
check() {
cd "$builddir"
make check
}
package() {
@ -29,6 +32,4 @@ package() {
make DESTDIR="$pkgdir" install
}
md5sums="2ed809e65c85353d3ab59e372890e549 libmbim-1.14.0.tar.xz"
sha256sums="ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b libmbim-1.14.0.tar.xz"
sha512sums="a9b1ba59828fd1c8cf39705717c56e3b75f34d6b3b9cd9f8be40fe245c07f4ea4d211727322c8b3c6d92f004c670e2fe6de76a3117e38b1e8de6673cfb6168bd libmbim-1.14.0.tar.xz"
sha512sums="217af4177602273fc547c2436c26664bafa06ce8fb64aafd4a64448b3e4e2b55ea6b3c7dfc0791bd44d4a211383864c574f53fe916fc8fbbe16c38a7195663dc libmbim-1.14.2.tar.xz"