From 8194b40c8fb2eddbe792e08332cbc0e4d47822e8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 6 Oct 2020 19:22:44 +0000 Subject: [PATCH] extra/libreoffice-fresh to 7.0.1-2 --- extra/libreoffice-fresh/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/libreoffice-fresh/PKGBUILD b/extra/libreoffice-fresh/PKGBUILD index 41b544fcc..1df2a7e20 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=7.0.1.2 pkgver=7.0.1 -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('LGPL3') url="https://www.libreoffice.org/" @@ -154,7 +154,7 @@ build() { # http://site.icu-project.org/download/61#TOC-Migration-Issues CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1' - ./autogen.sh --with-extra-buildid=="${pkgver}-${pkgrel}" \ + ./autogen.sh --with-extra-buildid="${pkgver}-${pkgrel}" \ --with-vendor="Arch Linux" \ --enable-split-app-modules \ --with-parallelism=${_MAKEFLAGS/-j/} \