summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
-rw-r--r--sogo.install15
3 files changed, 17 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52350e466fc6..3e9ddf223095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 19 03:06:09 UTC 2016
+# Fri Jun 3 03:21:04 UTC 2016
pkgbase = sogo
pkgdesc = groupware server built around OpenGroupware.org (OGo) and the SOPE application server
- pkgver = 3.1.0
+ pkgver = 3.1.1
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.1.0
- depends = sope>=3.1.0
+ makedepends = sope>=3.1.1
+ depends = sope>=3.1.1
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.1.0.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOGo-3.1.1.tar.gz
source = sogo_configure.patch
source = sogo.service
source = sogo.confd
- sha256sums = 795564861297d30d730215f80fb41cf90c77e7aa427bdab330bcdc39654a4dc7
+ sha256sums = da5522ed51685d16eb3f0aafa5b94f6ce3bff487f32011093b84589a4ed994fe
sha256sums = e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1
sha256sums = 0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c
sha256sums = 8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7
diff --git a/PKGBUILD b/PKGBUILD
index f5109efe8c46..c20bdc809aa8 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.1.0
+pkgver=3.1.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.sogo.nu/"
@@ -82,7 +82,7 @@ package() {
}
-sha256sums=('795564861297d30d730215f80fb41cf90c77e7aa427bdab330bcdc39654a4dc7'
+sha256sums=('da5522ed51685d16eb3f0aafa5b94f6ce3bff487f32011093b84589a4ed994fe'
'e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1'
'0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c'
'8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7')
diff --git a/sogo.install b/sogo.install
index 47ad758db36f..154630ae2a83 100644
--- a/sogo.install
+++ b/sogo.install
@@ -3,8 +3,11 @@ post_install() {
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."
+ echo "NOTE: If migrating from a version of SOGo prior to 2.3.0, you must run the SQL"
+ echo "update script(s) for your SQL server, located in /usr/lib/sogo/scripts."
+ echo "WARNING: Do not run the 3.0.0-to-combined scripts unless you intend to move"
+ echo "to the new table format. Please consult the documentation before doing so."
+
}
pre_remove() {
@@ -14,8 +17,8 @@ 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."
+ echo "NOTE: If upgrading from a version of SOGo prior to 2.3.0, you must run the SQL"
+ echo "update script(s) for your SQL server, located in /usr/lib/sogo/scripts."
+ echo "WARNING: Do not run the 3.0.0-to-combined script unless you intend to move"
+ echo "to the new table format. Please consult the documentation before doing so."
}