summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2017-03-25 22:55:22 +0200
committerDeon Spengler2017-03-25 22:55:22 +0200
commit9bd25f8194760c694f82c1b5c89a2b8aac79f9b8 (patch)
tree50dc0ec861b841e86482e2f3c94661afad9ec025
parent2b5c1f2d4a01fe3541d7d75546685726ddd50b10 (diff)
downloadaur-9bd25f8194760c694f82c1b5c89a2b8aac79f9b8.tar.gz
Update to SOGo-3.2.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff18c99d1bee..937419bf52b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sogo
pkgdesc = groupware server built around OpenGroupware.org (OGo) and the SOPE application server
- pkgver = 3.2.7
+ pkgver = 3.2.8
pkgrel = 1
url = http://www.sogo.nu/
install = sogo.install
@@ -8,8 +8,8 @@ pkgbase = sogo
arch = x86_64
license = GPL
makedepends = libmemcached
- makedepends = sope>=3.2.7
- depends = sope>=3.2.7
+ makedepends = sope>=3.2.8
+ depends = sope>=3.2.8
depends = gnustep-base
depends = libmemcached
depends = memcached
@@ -32,11 +32,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.2.7.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOGo-3.2.8.tar.gz
source = sogo_configure.patch
source = sogo.service
source = sogo.confd
- sha256sums = fdb1b97577844f79113f21d2a56f884627cb45696a91973dc463e51099efd3e3
+ sha256sums = 1b9fdd20cfa9efd564afe579171ffcd7501059ea7ed4c1e4e0efb08d88da359a
sha256sums = e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1
sha256sums = 0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c
sha256sums = 8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7
diff --git a/PKGBUILD b/PKGBUILD
index 7a40645ea4f9..d23be98cb1fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
-# Maintainer: DJ Lucas <dj_AT_linuxfromscratch_DOT_ort>
+# Contributor: DJ Lucas <dj_AT_linuxfromscratch_DOT_ort>
# Contributor: Steven Hiscocks <steven [at] hiscocks [dot] me [dot] uk>
# 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.2.7
+pkgver=3.2.8
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.sogo.nu/"
@@ -48,6 +48,11 @@ source=(
sogo.confd
)
+sha256sums=('1b9fdd20cfa9efd564afe579171ffcd7501059ea7ed4c1e4e0efb08d88da359a'
+ 'e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1'
+ '0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c'
+ '8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7')
+
prepare() {
cd "$srcdir/SOGo-${pkgver}"
patch configure ../sogo_configure.patch
@@ -82,9 +87,3 @@ package() {
make PYTHON=/usr/bin/python2 install DESTDIR="${pkgdir}" GNU_SYSTEM_ADMIN_TOOLS="/usr/bin"
}
-
-sha256sums=('fdb1b97577844f79113f21d2a56f884627cb45696a91973dc463e51099efd3e3'
- 'e64ea4aa0ddf29785de8d786ab7ab09f940bfe316b6f1deeb8d04d9d16d35db1'
- '0720b9ad35a05d86d794c7adbf18277ecde57ed147e96f6105acca93f19d3b8c'
- '8ee0d1ad77e998ea801053fce175d8c4a1c55dcc5ee1ff78f0a8e3797187a6a7')
-