summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2017-03-16 09:34:55 +0200
committerDeon Spengler2017-03-16 09:34:55 +0200
commit47bcbd00268696e5828806a5621a15c536ca9ab6 (patch)
tree4dc1e8b2f131d11eb75be4eecb3129cbd04c312c
parent21462ff84e681bfdac2bf80be02f4693ce8704b7 (diff)
downloadaur-47bcbd00268696e5828806a5621a15c536ca9ab6.tar.gz
Update to SOPE-2.3.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e9722dfbc22..c00fcc333bea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Dec 14 02:48:05 UTC 2016
pkgbase = sope2
pkgdesc = application server used by SOGo
- pkgver = 2.3.18
+ pkgver = 2.3.20
pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = i686
@@ -22,9 +20,9 @@ pkgbase = sope2
optdepends = postgresql: run database server for sogo locally
conflicts = sope
options = !strip
- source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-2.3.18.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-2.3.20.tar.gz
source = sope_configure.patch
- sha256sums = 326a55a0ed428fe5019c37dbd986f5f7a3a0189d4461289a20a0f010c6cd86a7
+ sha256sums = 2735bff8ac57e551587524c652c4806019e4522b8106ac03e57fb3534121048c
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope2
diff --git a/PKGBUILD b/PKGBUILD
index c843f576fac4..0d1930fd3a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: DJ Lucas <dj_AT_linuxfromscratch_DOT_org>
+# 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=sope2
-pkgver=2.3.18
+pkgver=2.3.20
pkgrel=1
pkgdesc="application server used by SOGo"
arch=('i686' 'x86_64')
@@ -20,6 +21,9 @@ options=('!strip')
source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
"sope_configure.patch")
+sha256sums=('2735bff8ac57e551587524c652c4806019e4522b8106ac03e57fb3534121048c'
+ '7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
+
prepare() {
cd "${srcdir}/SOPE"
patch configure ../sope_configure.patch
@@ -36,6 +40,3 @@ package() {
make install DESTDIR="${pkgdir}"
}
-sha256sums=('326a55a0ed428fe5019c37dbd986f5f7a3a0189d4461289a20a0f010c6cd86a7'
- '7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
-