aboutsummaryrefslogtreecommitdiffstats
path: root/testing/loolwsd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/loolwsd/APKBUILD')
-rw-r--r--testing/loolwsd/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/loolwsd/APKBUILD b/testing/loolwsd/APKBUILD
index 9c62835b1c3..7a86790ebd5 100644
--- a/testing/loolwsd/APKBUILD
+++ b/testing/loolwsd/APKBUILD
@@ -2,15 +2,16 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=loolwsd
pkgver=6.4.0.2
-pkgrel=0
+pkgrel=2
pkgdesc="LibreOffice Online WebSocket server"
url="https://github.com/LibreOffice/online"
license="MPL-2.0"
# x86 and armv7 fail to build with size errors
-# mips64 and riscv64 blocked by nodejs/npm
-arch="all !s390x !mips64 !x86 !armv7 !armhf !riscv64"
+# ppc64le blocked by libreofficekit
+# all: does not build
+#arch="all !s390x !x86 !armv7 !armhf !ppc64le"
makedepends="automake autoconf libtool libreofficekit bash py3-lxml py3-polib libpng-dev
- cppunit-dev libcap-dev linux-pam-dev npm openssl-dev krb5-dev poco-dev libseccomp-dev"
+ cppunit-dev libcap-dev linux-pam-dev npm openssl-dev>3 krb5-dev poco-dev libseccomp-dev"
subpackages="$pkgname-doc"
source="https://github.com/LibreOffice/online/archive/libreoffice-$pkgver.tar.gz
10-musl.patch"