From 96fac842def97a7c3eb2ee2bf0df07935c2aed3b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 23 Sep 2017 00:23:40 +0000 Subject: [PATCH] extra/libreoffice-fresh: fix --- extra/libreoffice-fresh/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/libreoffice-fresh/PKGBUILD b/extra/libreoffice-fresh/PKGBUILD index d058baa6e..83db2c732 100644 --- a/extra/libreoffice-fresh/PKGBUILD +++ b/extra/libreoffice-fresh/PKGBUILD @@ -4,6 +4,7 @@ # ALARM: Kevin Mihelich # - disable firebird until libfbclient is updated +# - specify a US mirror buildarch=12 highmem=1 @@ -38,7 +39,8 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'lib 'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient' 'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode') -_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}" +_mirror="http://mirror.sjc02.svwh.net/tdf/libreoffice/src/${pkgver}" +#_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}" #_mirror="https://dev-builds.libreoffice.org/pre-releases/src" _additional_source_url="http://dev-www.libreoffice.org/src" _additional_source_url2="http://dev-www.libreoffice.org/extern"