summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeon Spengler2018-10-09 08:30:54 +0200
committerDeon Spengler2018-10-09 08:30:54 +0200
commit4d060385234e53b705911ee333855f3974b203fd (patch)
tree3135e0eb5146d9cf22494259e742815b6a2c3227 /PKGBUILD
parent7530aa1d6e4185767cf25c83de7695986c86d161 (diff)
downloadaur-4d060385234e53b705911ee333855f3974b203fd.tar.gz
Fix: removed ssl error message
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3324941ab25..528d509dfe4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=sogo
pkgdesc="groupware server built around OpenGroupware.org (OGo) and the SOPE application server"
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.sogo.nu/"
license=('GPL')
@@ -48,6 +48,8 @@ prepare() {
build() {
cd "$srcdir/SOGo-${pkgver}"
./configure --prefix=$(gnustep-config --variable=GNUSTEP_SYSTEM_ROOT) --disable-debug
+ # fix ssl error message, this should be harmless
+ sed '/SSL_load_error_strings/d' -i UI/MailPartViewers/UIxMailPartSignedViewer.m
make
}