diff --git a/extra/libreoffice-fresh/.SRCINFO b/extra/libreoffice-fresh/.SRCINFO index 45cd32b56..ef7814faf 100644 --- a/extra/libreoffice-fresh/.SRCINFO +++ b/extra/libreoffice-fresh/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = libreoffice-fresh pkgver = 24.2.2 - pkgrel = 2 + pkgrel = 3 url = https://www.libreoffice.org/ arch = x86_64 license = MPL-2.0 @@ -102,6 +102,7 @@ pkgbase = libreoffice-fresh makedepends = libffi makedepends = box2d makedepends = git + makedepends = python-setuptools noextract = 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip noextract = 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip noextract = a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip diff --git a/extra/libreoffice-fresh/PKGBUILD b/extra/libreoffice-fresh/PKGBUILD index 313408d6c..ca320014e 100644 --- a/extra/libreoffice-fresh/PKGBUILD +++ b/extra/libreoffice-fresh/PKGBUILD @@ -20,7 +20,7 @@ pkgbase=libreoffice-fresh pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') _LOver=24.2.2.2 pkgver=24.2.2 -pkgrel=2 +pkgrel=3 arch=('x86_64') license=('MPL-2.0' 'LGPL-3.0-or-later') url="https://www.libreoffice.org/" @@ -41,7 +41,7 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python' 'libwpd>=0.9.2' 'libwps' 'libtommath' 'libzmf' 'xmlsec' 'rxvt-unicode' 'gpgme' 'libwebp' 'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice' 'boost' 'libnumbertext' 'abseil-cpp' 'clang' 'zxing-cpp' - 'libffi' 'box2d' 'git' + 'libffi' 'box2d' 'git' 'python-setuptools' ) options=('!lto') # using --enable-lto (for parallel link-time optimization) _mirror="https://ftp.osuosl.org/pub/tdf/libreoffice/src/${pkgver}"