summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2017-03-25 22:56:00 +0200
committerDeon Spengler2017-03-25 22:56:00 +0200
commit051fdce09b0d2fe09eb6a76e5302811ca309bdde (patch)
tree7fb3bf6999a448009303b75bd7c3383e77e44257
parent0d3c7a2b7397eb2e15299ca5db2f4cdf65762ee5 (diff)
downloadaur-051fdce09b0d2fe09eb6a76e5302811ca309bdde.tar.gz
Update to SOPE-3.2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da65cf264215..d316786ffbd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 3.2.7
+ pkgver = 3.2.8
pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = i686
@@ -18,12 +18,12 @@ pkgbase = sope
optdepends = openldap: run directory server for sogo locally
optdepends = openssl: create SSL secured connectons
optdepends = postgresql: run database server for sogo locally
- provides = sope2=3.2.7-1
+ provides = sope2=3.2.8-1
replaces = sope2
options = !strip
- source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-3.2.7.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-3.2.8.tar.gz
source = sope_configure.patch
- sha256sums = d32865939677bcb349981358db4b6bfe9748b19499ed7c1c1bb1d6eba0a3460a
+ sha256sums = 56a297ee15372f61c6413fe66ad1e624c5492f049eb1d145393f3a49fce96892
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index 509693f9031b..94842ddb8823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
-# Maintainer: DJ Lucas <dj_AT_linuxfromscratch_DOT_org>
+# 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
-pkgver=3.2.7
+pkgver=3.2.8
pkgrel=1
pkgdesc="application server used by SOGo"
arch=('i686' 'x86_64')
@@ -27,6 +27,9 @@ options=('!strip')
source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
"sope_configure.patch")
+sha256sums=('56a297ee15372f61c6413fe66ad1e624c5492f049eb1d145393f3a49fce96892'
+ '7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
+
prepare() {
cd "${srcdir}/SOPE"
patch configure ../sope_configure.patch
@@ -42,7 +45,3 @@ package() {
cd "${srcdir}/SOPE"
make install DESTDIR="${pkgdir}"
}
-
-sha256sums=('d32865939677bcb349981358db4b6bfe9748b19499ed7c1c1bb1d6eba0a3460a'
- '7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
-