aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmbim
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2017-08-09 22:59:06 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-08-10 08:20:32 +0000
commit30dfb70edaa7bb17536e37ce040fc42ee5dca5f1 (patch)
tree5c190c00caaf1119f9a8876d240c1744b601deed /community/libmbim
parentc17d85f62586be2ad6a40a9fb979d718a5a3870e (diff)
downloadaports-30dfb70edaa7bb17536e37ce040fc42ee5dca5f1.tar.bz2
aports-30dfb70edaa7bb17536e37ce040fc42ee5dca5f1.tar.xz
community/libmbim: update to 1.14.2
Diffstat (limited to 'community/libmbim')
-rw-r--r--community/libmbim/APKBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/community/libmbim/APKBUILD b/community/libmbim/APKBUILD
index c5feb15ae2..1a182d9000 100644
--- a/community/libmbim/APKBUILD
+++ b/community/libmbim/APKBUILD
@@ -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"