summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas2016-05-04 20:03:07 -0500
committerDJ Lucas2016-05-04 20:03:07 -0500
commitdfd59ba20ee71207e9fee307b50487a1d0868dc7 (patch)
tree4fcbe598402f6a301b9c4b0a7285d4f9c81712ba
parent495ef0697b0fa9983471db21a1586c90e25ff7d3 (diff)
downloadaur-dfd59ba20ee71207e9fee307b50487a1d0868dc7.tar.gz
Update to SOPE-2.3.10
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135b901e04c0..e2412aa6fc76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 26 03:56:13 UTC 2016
+# Thu May 5 01:02:53 UTC 2016
pkgbase = sope2
pkgdesc = application server used by SOGo
- pkgver = 2.3.3a
- pkgrel = 2
+ pkgver = 2.3.10
+ pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = i686
arch = x86_64
@@ -20,10 +20,11 @@ pkgbase = sope2
optdepends = openldap: run directory server for sogo locally
optdepends = openssl: create SSL secured connectons
optdepends = postgresql: run database server for sogo locally
+ conflicts = sope
options = !strip
- source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-2.3.3a.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-2.3.10.tar.gz
source = sope_configure.patch
- sha256sums = 9a1c31a407ff3a7584d2364e92976e3e9336c8ebaa47223bd9dde5a2be2f129c
+ sha256sums = b51e5c212f938b6b39000d5149b7da6922f978df291c61e1015d8abcbfcdc245
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope2
diff --git a/PKGBUILD b/PKGBUILD
index 7b820248173c..7ef74a1ed298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Steven Hiscocks <steven [at] hiscocks [dot] me [dot] uk>
+# Maintainer: 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.3a
-pkgrel=2
+pkgver=2.3.10
+pkgrel=1
pkgdesc="application server used by SOGo"
arch=('i686' 'x86_64')
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
@@ -14,6 +15,7 @@ optdepends=('libxml2: parse XML coniguration files'
'openldap: run directory server for sogo locally'
'openssl: create SSL secured connectons'
'postgresql: run database server for sogo locally')
+conflicts=('sope')
options=('!strip')
source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
"sope_configure.patch")
@@ -25,7 +27,7 @@ prepare() {
build() {
cd "${srcdir}/SOPE"
- ./configure --prefix="/usr" --disable-strip --disable-debug
+ ./configure --with-gnustep --disable-strip --disable-debug
make
}
@@ -34,6 +36,6 @@ package() {
make install DESTDIR="${pkgdir}"
}
-sha256sums=('9a1c31a407ff3a7584d2364e92976e3e9336c8ebaa47223bd9dde5a2be2f129c'
+sha256sums=('b51e5c212f938b6b39000d5149b7da6922f978df291c61e1015d8abcbfcdc245'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')