summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
-rw-r--r--sogo.install4
3 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1702d215e8ca..52350e466fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 5 01:06:27 UTC 2016
+# Thu May 19 03:06:09 UTC 2016
pkgbase = sogo
pkgdesc = groupware server built around OpenGroupware.org (OGo) and the SOPE application server
- pkgver = 3.0.2
+ pkgver = 3.1.0
pkgrel = 1
url = http://www.sogo.nu/
install = sogo.install
@@ -10,8 +10,8 @@ pkgbase = sogo
arch = x86_64
license = GPL
makedepends = libmemcached
- makedepends = sope>=3.0.2
- depends = sope>=3.0.2
+ makedepends = sope>=3.1.0
+ depends = sope>=3.1.0
depends = gnustep-base
depends = libmemcached
depends = memcached
@@ -34,11 +34,11 @@ pkgbase = sogo
backup = etc/sogo/sogo.conf
backup = etc/httpd/conf/extra/SOGo.conf
backup = etc/conf.d/sogo
- source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOGo-3.0.2.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOGo-3.1.0.tar.gz
source = sogo_configure.patch
source = sogo.service
source = sogo.confd
- sha256sums = 1fbeae01b77418eb87b12d8e4ee730b6d508759af1e3cf760743128579401bd8
+ sha256sums = 795564861297d30d730215f80fb41cf90c77e7aa427bdab330bcdc39654a4dc7
sha256sums = e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1
sha256sums = 0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c
sha256sums = 8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7
diff --git a/PKGBUILD b/PKGBUILD
index 4f8649dac9a3..f5109efe8c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andre Wayand <aur-sogo@awayand.sleepmail.com>
pkgname=sogo
pkgdesc="groupware server built around OpenGroupware.org (OGo) and the SOPE application server"
-pkgver=3.0.2
+pkgver=3.1.0
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.sogo.nu/"
@@ -73,6 +73,8 @@ package() {
install -d -m 0755 "${pkgdir}"/usr/lib/sogo/scripts
install -m 0755 "${srcdir}"/SOGo-${pkgver}/Scripts/sql-update-2.2.17_to_2.3.0{,-mysql}.sh \
"${pkgdir}"/usr/lib/sogo/scripts/
+ install -m 0755 "${srcdir}"/SOGo-${pkgver}/Scripts/sql-update-3.0.0-to-combined{,-mysql}.sh \
+ "${pkgdir}"/usr/lib/sogo/scripts/
install -D -m 0644 "${srcdir}"/sogo.confd \
"${pkgdir}"/etc/conf.d/sogo
cd "${srcdir}/SOGo-${pkgver}/ActiveSync"
@@ -80,7 +82,7 @@ package() {
}
-sha256sums=('1fbeae01b77418eb87b12d8e4ee730b6d508759af1e3cf760743128579401bd8'
+sha256sums=('795564861297d30d730215f80fb41cf90c77e7aa427bdab330bcdc39654a4dc7'
'e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1'
'0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c'
'8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7')
diff --git a/sogo.install b/sogo.install
index 925ddd6c011e..47ad758db36f 100644
--- a/sogo.install
+++ b/sogo.install
@@ -2,6 +2,7 @@ post_install() {
useradd -r -d /etc/sogo sogo &>/dev/null
mkdir -p /var/log/sogo
chown -R sogo:sogo /etc/sogo /var/log/sogo
+ /usr/sbin/systemctl daemon-reload
echo "NOTE: If upgrading from a 2.1.x version of sogo, you must run the SQL update"
echo "script for your installed SQL server, located in /usr/lib/sogo/scripts."
}
@@ -12,6 +13,9 @@ pre_remove() {
}
post_upgrade() {
+ /usr/sbin/systemctl daemon-reload
echo "NOTE: If upgrading from a 2.1.x version of sogo, you must run the SQL update"
echo "script for your installed SQL server, located in /usr/lib/sogo/scripts."
+ echo "It is not necessary to run the 3.0.0-3.1.0 script unless you want to move"
+ echo "to the new table format. Please consult the documentaion before doing so."
}