summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2017-08-21 16:39:40 +0200
committerDeon Spengler2017-08-21 16:39:40 +0200
commit44404aafb602ce45f4dc2adc20228200f960b4cd (patch)
treefc6698a940777196f2fb166f95d4373b8e2280ca
parent1c981afdc57857a217d8cbfe30ac83730b4d6f89 (diff)
downloadaur-44404aafb602ce45f4dc2adc20228200f960b4cd.tar.gz
Added gnustep-make to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b66189ae9c..5fa08267491e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = sope
pkgdesc = application server used by SOGo
pkgver = 3.2.10
- pkgrel = 1
+ pkgrel = 2
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = i686
arch = x86_64
license = GPL
makedepends = gcc-objc
+ makedepends = gnustep-make
makedepends = libxml2
makedepends = libmariadbclient
makedepends = libldap
@@ -18,7 +19,6 @@ 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.10-1
replaces = sope2
options = !strip
source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-3.2.10.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 759bb66cc024..f42e8a1975fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,17 @@
# Contributor: Steven Hiscocks <steven [at] hiscocks [dot] me [dot] uk>
# Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com>
pkgname=sope
-pkgver=3.2.10
-pkgrel=1
pkgdesc="application server used by SOGo"
+pkgver=3.2.10
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
license=('GPL')
+options=('!strip')
+replaces=('sope2')
depends=('gnustep-base')
makedepends=('gcc-objc'
+ 'gnustep-make'
'libxml2'
'libmariadbclient'
'libldap'
@@ -21,12 +24,8 @@ 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')
-replaces=('sope2')
-provides=("sope2=${pkgver}-${pkgrel}")
-options=('!strip')
source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
"sope_configure.patch")
-
sha256sums=('7994bf985ed8e2c63b605e4e3495d8bcdcce68bffc8fea87251c999382c3df66'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')