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/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libconnman-qt/APKBUILD b/community/libconnman-qt/APKBUILD
index 9e547a2ed17..eb5a51839f8 100644
--- a/community/libconnman-qt/APKBUILD
+++ b/community/libconnman-qt/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libconnman-qt
-pkgver=1.2.44
-pkgrel=0
+pkgver=1.2.46
+pkgrel=1
pkgdesc="Qt bindings for ConnMan"
url="https://github.com/sailfishos/libconnman-qt"
arch="all"
@@ -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="
-a16bb1b3e32ed9c243b4d7df5c06c42516820b7706b9d6d56d197dac4fa2d6683ad33a840388c3cc8aa257f9f89e164e2b1e20d9eca21399cb60be967d669b43 libconnman-qt-1.2.44.tar.gz
+bc9621f2444d85d40ceb9970c659549fb09eb803a4fa4f871764c8dc5a8e4db795f3ffad592fc29be504c57a0757fe18fec8497aaaef1c10591184333e345978 libconnman-qt-1.2.46.tar.gz
"