summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2018-03-08 07:41:15 +0200
committerDeon Spengler2018-03-08 07:41:15 +0200
commitf694b5ef78d8f607f9c9e7cb517f22128afe9cee (patch)
tree6395eeb18ab4cf952ceff32eac038ca44dcbe7c7
parent44404aafb602ce45f4dc2adc20228200f960b4cd (diff)
downloadaur-f694b5ef78d8f607f9c9e7cb517f22128afe9cee.tar.gz
Update to SOPE-4.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa08267491e..6d4a56cce5dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 3.2.10
- pkgrel = 2
+ pkgver = 4.0.0
+ pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
- arch = i686
arch = x86_64
license = GPL
makedepends = gcc-objc
@@ -21,9 +20,9 @@ pkgbase = sope
optdepends = postgresql: run database server for sogo locally
replaces = sope2
options = !strip
- source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-3.2.10.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.0.0.tar.gz
source = sope_configure.patch
- sha256sums = 7994bf985ed8e2c63b605e4e3495d8bcdcce68bffc8fea87251c999382c3df66
+ sha256sums = 8e86703d37fc24ae75d8ca898e6e8829d3c51ed210c0c21db8f6ea13087b3216
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index f42e8a1975fa..c0572b1c1f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
+# Maintainer: Deon Spengler <deon at spengler dot co dot za>
# Contributor: DJ Lucas <dj_AT_linuxfromscratch_DOT_org>
# Contributor: Steven Hiscocks <steven [at] hiscocks [dot] me [dot] uk>
# Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com>
pkgname=sope
pkgdesc="application server used by SOGo"
-pkgver=3.2.10
-pkgrel=2
-arch=('i686' 'x86_64')
+pkgver=4.0.0
+pkgrel=1
+arch=('x86_64')
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
license=('GPL')
options=('!strip')
@@ -26,7 +26,7 @@ optdepends=('libxml2: parse XML coniguration files'
'postgresql: run database server for sogo locally')
source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
"sope_configure.patch")
-sha256sums=('7994bf985ed8e2c63b605e4e3495d8bcdcce68bffc8fea87251c999382c3df66'
+sha256sums=('8e86703d37fc24ae75d8ca898e6e8829d3c51ed210c0c21db8f6ea13087b3216'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
prepare() {