diff options
-rw-r--r-- | community/wkhtmltopdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wkhtmltopdf/APKBUILD b/community/wkhtmltopdf/APKBUILD index 2795731d5b..fc882501fd 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" |