aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmbim
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-09-05 13:56:24 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-09-15 21:24:02 +0200
commit0c7aa8020c92437cd8302bedb79274585054e70f (patch)
tree8e0276e07b9424aca51fe1fdee93cb85c40fdac2 /community/libmbim
parentbea7246a8fbf0e2ab41909597edd00fdb36a7793 (diff)
downloadaports-0c7aa8020c92437cd8302bedb79274585054e70f.tar.bz2
aports-0c7aa8020c92437cd8302bedb79274585054e70f.tar.xz
community/libmbim: update to 1.14.0
Diffstat (limited to 'community/libmbim')
-rw-r--r--community/libmbim/APKBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/libmbim/APKBUILD b/community/libmbim/APKBUILD
index 313c0c6201..1ba81243a5 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.12.4
+pkgver=1.14.0
pkgrel=0
pkgdesc="MBIM modem protocol helper library"
url="http://www.freedesktop.org/wiki/Software/libmbim"
@@ -9,12 +9,11 @@ arch="all"
license="GPL2"
makedepends="$depends_dev gtk-doc python glib-dev py-gobject libgudev-dev"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
+source="https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
+builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$_builddir"
+ cd "$builddir"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -26,10 +25,10 @@ build() {
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make DESTDIR="$pkgdir" install
}
-md5sums="4561bc490fcd439aa805c1692b25cb61 libmbim-1.12.4.tar.xz"
-sha256sums="7bd9af154e88ee1cccaf2fedd05e0f5cb82e3359ab6ad2a75cfec98bf57f973a libmbim-1.12.4.tar.xz"
-sha512sums="74b0290eba3c83c13d1a8a07c1eaa979eae79cfadccd1b7acef0729c9d4c90e721dee9503a7cf69dd9c13a11c4a876716000cf78c22017d7e2d4e2b7906a3fbf libmbim-1.12.4.tar.xz"
+md5sums="2ed809e65c85353d3ab59e372890e549 libmbim-1.14.0.tar.xz"
+sha256sums="ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b libmbim-1.14.0.tar.xz"
+sha512sums="a9b1ba59828fd1c8cf39705717c56e3b75f34d6b3b9cd9f8be40fe245c07f4ea4d211727322c8b3c6d92f004c670e2fe6de76a3117e38b1e8de6673cfb6168bd libmbim-1.14.0.tar.xz"