summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2018-03-08 21:13:14 +0200
committerDeon Spengler2018-03-08 21:13:14 +0200
commit5cce51f5d8ae9fc5e662b5cdfe6c3eca299039e9 (patch)
tree6df87ea2aa74324325e6af8ad6a0717b6195dc5b
parent9148c0affaef05a3c790fe4279c7171b3114ca54 (diff)
downloadaur-5cce51f5d8ae9fc5e662b5cdfe6c3eca299039e9.tar.gz
Added script to upgrade DB from 3.2.10 to 4.0.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac13f92b456..194dc385489f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sogo
pkgdesc = groupware server built around OpenGroupware.org (OGo) and the SOPE application server
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.sogo.nu/
install = sogo.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0a348d0aa34c..ad2604406473 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.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.sogo.nu/"
license=('GPL')
@@ -67,6 +67,8 @@ package() {
"${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 -m 0755 "${srcdir}"/SOGo-${pkgver}/Scripts/sql-update-3.2.10_to_4.0.0{,-mysql}.sh \
+ "${pkgdir}"/usr/lib/sogo/scripts/
install -D -m 0644 "${srcdir}"/sogo.confd \
"${pkgdir}"/etc/conf.d/sogo
cd "${srcdir}/SOGo-${pkgver}/ActiveSync"