summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-04 14:20:15 +0200
committerErich Eckner <git@eckner.net>2020-06-04 14:20:15 +0200
commitc9b2af8dcd2c820b8265b7082333f5090443fa75 (patch)
tree93ef308523ba11ea1827b509f9a5b755450a7100
parent673863f9cbca31f3a52f6cbdb7829c30b4372d2a (diff)
downloadjabberd2-c9b2af8dcd2c820b8265b7082333f5090443fa75.tar.xz
jabberd2: rebuild
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD16
2 files changed, 25 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1b2679..27f356b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jabberd2
pkgdesc = Scalable, architecturally sound, and extensible XMPP server
pkgver = r1175.376e632
- pkgrel = 21
+ pkgrel = 22
url = http://jabberd2.org/
install = install
arch = i686
@@ -13,11 +13,16 @@ pkgbase = jabberd2
makedepends = sqlite3
makedepends = postgresql-libs
makedepends = autoconf-archive
- depends = udns
- depends = expat
- depends = gsasl
- depends = libidn
- depends = openssl
+ depends = expat=2.2.9
+ depends = glibc>=2.31
+ depends = gsasl=1.8.1
+ depends = libidn=1.35
+ depends = openssl=1.1.1.g
+ depends = pam=1.3.1
+ depends = postgresql-libs=12.3
+ depends = sqlite=3.32.1
+ depends = udns=0.4
+ depends = zlib=1:1.2.11
optdepends = sqlite3
optdepends = postgresql-libs
conflicts = jabberd2-git
diff --git a/PKGBUILD b/PKGBUILD
index 129568f..6fb328b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,25 @@
pkgname=jabberd2
pkgver=r1175.376e632
_commit=${pkgver#*.}
-pkgrel=21
+pkgrel=22
pkgdesc='Scalable, architecturally sound, and extensible XMPP server'
arch=('i686' 'pentium4' 'x86_64' 'armv6h')
url='http://jabberd2.org/'
license=('GPL')
options=('!libtool')
-depends=('udns' 'expat' 'gsasl' 'libidn' 'openssl')
+_pinned_dependencies=(
+ 'expat=2.2.9'
+ 'glibc>=2.31'
+ 'gsasl=1.8.1'
+ 'libidn=1.35'
+ 'openssl=1.1.1.g'
+ 'pam=1.3.1'
+ 'postgresql-libs=12.3'
+ 'sqlite=3.32.1'
+ 'udns=0.4'
+ 'zlib=1:1.2.11'
+)
+depends=("${_pinned_dependencies[@]}")
optdepends=('sqlite3' 'postgresql-libs')
makedepends=('git' 'sqlite3' 'postgresql-libs' 'autoconf-archive')
install=install