aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-04 23:58:43 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-04 23:58:43 -0300
commitc14323f82f9c82abfcaae10310319d0c498bfd33 (patch)
tree2243b18146caabcc0711d5cb7953c1b7727b86e4 /community
parentdfabf192cd9cb621b6fb1d175b5ea690b0929118 (diff)
community/wkhtmltopdf: disable on armhf
Diffstat (limited to 'community')
-rw-r--r--community/wkhtmltopdf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wkhtmltopdf/APKBUILD b/community/wkhtmltopdf/APKBUILD
index 2795731d5b8..fc882501fd5 100644
--- a/community/wkhtmltopdf/APKBUILD
+++ b/community/wkhtmltopdf/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.12.5
pkgrel=1
pkgdesc="Simple shell utility to convert html to pdf"
url="https://wkhtmltopdf.org/"
-arch="all"
+arch="all !armhf"
license="LGPL-3.0-or-later"
makedepends="$depends_dev qt5-qtbase-dev qt5-qtwebkit-dev qt5-qtsvg-dev
qt5-qtxmlpatterns-dev"