summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2020-05-11 16:48:46 +0200
committerDeon Spengler2020-05-11 16:48:46 +0200
commit098d67bb2067357bbf9208996256c3594da59c35 (patch)
treea8b13aa7bbd2142f427c8b8864f78ab09ecb8f46
parentf022b73f0997c419d1a6f06642e3567aafbe3014 (diff)
downloadaur-098d67bb2067357bbf9208996256c3594da59c35.tar.gz
Update to SOPE-4.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98e82b4f193..e129b1b64d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 4.3.0
+ pkgver = 4.3.2
pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = x86_64
@@ -20,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-4.3.0.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.3.2.tar.gz
source = sope_configure.patch
- sha256sums = 31add5ac353d7edd4ee8f8d12c3c5f7c86a43100b7252985d9503c38230f7ffa
+ sha256sums = 3bbd432f3ff07c48e8996d77c2ad2663c5f455456c5e6c2323e02b199543cf67
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index 2010d3eb7e13..1323b514b8f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com>
pkgname=sope
pkgdesc="application server used by SOGo"
-pkgver=4.3.0
+pkgver=4.3.2
pkgrel=1
arch=('x86_64')
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
license=('GPL')
options=('!strip')
replaces=('sope2')
-depends=('gnustep-base')
+depends=('gnustep-base<=1.26.0')
makedepends=('gcc-objc'
'gnustep-make'
'libxml2'
@@ -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=('31add5ac353d7edd4ee8f8d12c3c5f7c86a43100b7252985d9503c38230f7ffa'
+sha256sums=('3bbd432f3ff07c48e8996d77c2ad2663c5f455456c5e6c2323e02b199543cf67'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
prepare() {