summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas2016-05-04 20:07:57 -0500
committerDJ Lucas2016-05-04 20:07:57 -0500
commit9632e45917127be57463165e508eb15daebe1ad6 (patch)
tree56c4a3a2534ac63585d67fe41a04e696bb900839
parenta4e02d55a6a6c759f9ebebde7c70ca9c478429da (diff)
downloadaur-9632e45917127be57463165e508eb15daebe1ad6.tar.gz
Update to SOPE-3.0.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 20 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 759fc74c1d94..1e20c56e816b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu May 5 01:07:41 UTC 2016
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 2.3.3a
- pkgrel = 2
+ pkgver = 3.0.2
+ pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = i686
arch = x86_64
@@ -18,10 +20,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.0.2-1
+ replaces = sope2
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-3.0.2.tar.gz
source = sope_configure.patch
- sha256sums = 9a1c31a407ff3a7584d2364e92976e3e9336c8ebaa47223bd9dde5a2be2f129c
+ sha256sums = 62adad635d386b0f7531c40f88cd314b267fbaa873c8d0b78204c399123f4ef1
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index 2154a292ce73..95b9b3ec59ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,26 @@
# Contributor: Steven Hiscocks <steven [at] hiscocks [dot] me [dot] uk>
# Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com>
pkgname=sope
-pkgver=2.3.3a
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc="application server used by SOGo"
arch=('i686' 'x86_64')
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
license=('GPL')
depends=('gnustep-base')
-makedepends=('gcc-objc' 'libxml2' 'libmariadbclient' 'libldap' 'openssl' 'postgresql-libs')
+makedepends=('gcc-objc'
+ 'libxml2'
+ 'libmariadbclient'
+ 'libldap'
+ 'openssl'
+ 'postgresql-libs')
optdepends=('libxml2: parse XML coniguration files'
'mariadb: run database server for sogo locally'
'openldap: run directory server for sogo locally'
'openssl: create SSL secured connectons'
'postgresql: run database server for sogo locally')
+replaces=('sope2')
+provides=("sope2=${pkgver}-${pkgrel}")
options=('!strip')
source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
"sope_configure.patch")
@@ -26,7 +33,7 @@ prepare() {
build() {
cd "${srcdir}/SOPE"
- ./configure --prefix="/usr" --disable-strip --disable-debug
+ ./configure --with-gnustep --disable-strip --disable-debug
make
}
@@ -35,6 +42,6 @@ package() {
make install DESTDIR="${pkgdir}"
}
-sha256sums=('9a1c31a407ff3a7584d2364e92976e3e9336c8ebaa47223bd9dde5a2be2f129c'
+sha256sums=('62adad635d386b0f7531c40f88cd314b267fbaa873c8d0b78204c399123f4ef1'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')