aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/qt5-qtwebglplugin/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/qt5-qtwebglplugin/APKBUILD b/community/qt5-qtwebglplugin/APKBUILD
index b795d819588..1ce9c85cf08 100644
--- a/community/qt5-qtwebglplugin/APKBUILD
+++ b/community/qt5-qtwebglplugin/APKBUILD
@@ -2,14 +2,19 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=qt5-qtwebglplugin
pkgver=5.15.3_git20201028
-pkgrel=0
+pkgrel=1
_commit="550a8cee241bbf8c11863dec9587d579dcb1108b"
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
url="https://www.qt.io/developers/"
license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0"
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands"
-depends_dev="qt5-qtwebsockets-dev"
-makedepends="$depends_dev qt5-qtbase-dev"
+depends_dev="
+ $pkgname
+ qt5-qtwebsockets-dev
+ "
+makedepends="$depends_dev
+ qt5-qtbase-dev
+ "
subpackages="$pkgname-dev $pkgname-doc"
builddir="$srcdir/qtwebglplugin-$_commit"