summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/qml-box2d/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/qml-box2d/APKBUILD b/user/qml-box2d/APKBUILD
index 1d06627cd..701e06871 100644
--- a/user/qml-box2d/APKBUILD
+++ b/user/qml-box2d/APKBUILD
@@ -3,7 +3,7 @@
pkgname=qml-box2d
pkgver=0.1.0_pre20180109
_hash=21e57f1c0fbf6e65072c269f89d98a94ed5d7f7f
-pkgrel=0
+pkgrel=1
pkgdesc="Physics plugin for QML"
url="https://github.com/qml-box2d/qml-box2d"
arch="all"
@@ -11,14 +11,12 @@ options="!check" # All tests are interactive.
license="Zlib"
depends=""
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev"
-install=""
-subpackages=""
source="qml-box2d-$pkgver.tar.gz::https://github.com/qml-box2d/qml-box2d/archive/$_hash.tar.gz"
builddir="$srcdir/qml-box2d-$_hash"
build() {
cd "$builddir"
- qmake-qt5
+ qmake
make
}