summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner2020-12-11 08:41:45 +0100
committerErich Eckner2020-12-11 08:41:45 +0100
commit7d5fd61443ef06cde238d068eb1d5e9f8fb25b88 (patch)
tree35019ed3c54e63acc38fe2db184748a2c15ded0a /PKGBUILD
parentc1c1ecd682196c422fa98ef16c70c52c61b29f65 (diff)
downloadaur-7d5fd61443ef06cde238d068eb1d5e9f8fb25b88.tar.gz
jabberd2: clean up dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1376c0663706..9f76d45ef812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=jabberd2
pkgver=r1175.376e632
_commit=${pkgver#*.}
-pkgrel=35
+pkgrel=36
pkgdesc='Scalable, architecturally sound, and extensible XMPP server'
arch=('i686' 'pentium4' 'x86_64' 'armv6h')
url='http://jabberd2.org/'
@@ -27,8 +27,8 @@ depends=(
'udns'
'zlib'
)
-optdepends=('sqlite3' 'postgresql-libs')
-makedepends=('git' 'sqlite3' 'postgresql-libs' 'autoconf-archive')
+optdepends=('sqlite3')
+makedepends=('git' 'sqlite3' 'autoconf-archive')
install=install
source=(
"${pkgname}::git+https://github.com/${pkgname}/${pkgname}.git#commit=${_commit}"