aboutsummaryrefslogtreecommitdiffstats
path: root/community/libconnman-qt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libconnman-qt/APKBUILD')
-rw-r--r--community/libconnman-qt/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libconnman-qt/APKBUILD b/community/libconnman-qt/APKBUILD
index f8422042b2e..eb5a51839f8 100644
--- a/community/libconnman-qt/APKBUILD
+++ b/community/libconnman-qt/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libconnman-qt
-pkgver=1.2.38
+pkgver=1.2.46
pkgrel=1
pkgdesc="Qt bindings for ConnMan"
url="https://github.com/sailfishos/libconnman-qt"
@@ -18,13 +18,13 @@ source="https://github.com/sailfishos/libconnman-qt/archive/$pkgver/libconnman-q
build() {
qmake-qt5
- make
+ make -j1
}
package() {
- INSTALL_ROOT="$pkgdir" make install
+ INSTALL_ROOT="$pkgdir" make -j1 install
}
sha512sums="
-b5ae99a3a19d69b7c7956df5c358cb4703c54555cc9b2ba9de5e0663f0bd2769dd6d21c7342edee2824ef9abd8d259ebbe17ecbbe9ac86a992eee07c699949ff libconnman-qt-1.2.38.tar.gz
+bc9621f2444d85d40ceb9970c659549fb09eb803a4fa4f871764c8dc5a8e4db795f3ffad592fc29be504c57a0757fe18fec8497aaaef1c10591184333e345978 libconnman-qt-1.2.46.tar.gz
"