[arch-commits] Commit in prosody/trunk (PKGBUILD)

Daurnimator daurnimator at gemini.archlinux.org
Fri Mar 18 02:21:01 UTC 2022


    Date: Friday, March 18, 2022 @ 02:21:01
  Author: daurnimator
Revision: 1158004

upgpkg: prosody 1:0.12.0-1

Modified:
  prosody/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-18 02:20:59 UTC (rev 1158003)
+++ PKGBUILD	2022-03-18 02:21:01 UTC (rev 1158004)
@@ -1,7 +1,7 @@
 # Maintainer: Daurnimator  <daurnimator at archlinux.org>
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Old Maintainer: Dwayne Bent <dbb at dbb.io>
-# Old Maintainer: Tilman Vatteroth <tilman.vatteroth at uni-dortmund.de>
+# Contributor: Dwayne Bent <dbb at dbb.io>
+# Contributor: Tilman Vatteroth <tilman.vatteroth at uni-dortmund.de>
 # Contributor: Paul-Sebastian Manole <brokenthorn at gmail.com>
 # Contributor: Timothée Ravier <tim at siosm.fr>
 # Contributor: Christoph Stahl <christoph.stahl at uni-dortmund.de>
@@ -8,7 +8,7 @@
 
 pkgname=prosody
 epoch=1
-pkgver=0.11.13
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
@@ -15,16 +15,16 @@
 url="https://prosody.im/"
 license=('MIT')
 depends=('lua52'
+         'lua52-sec'
          'lua52-socket'
          'lua52-expat'
          'lua52-filesystem'
          'libidn'
          'openssl')
-conflicts=('prosody')
-provides=('prosody')
 optdepends=('lua52-sec: TLS encryption support'
-#	    'lua52-event: libevent support'
-	    'lua52-dbi: SQL storage support')
+#	         'lua52-event: libevent support'
+            'lua52-dbi: SQL storage support'
+            'luarocks: plugin manager')
 install=prosody.install
 backup=('etc/prosody/prosody.cfg.lua')
 validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE'
@@ -35,7 +35,7 @@
         'prosody.logrotated'
         'sysuser.conf'
         'prosody.service')
-sha256sums=('39c61b346a09b5125b604cb969e14206cbbcb86c81156ffc6ba2d62527cf0432'
+sha256sums=('752ff32015dac565fc3417c2196af268971c358ee066e51f5d912413580d889a'
             'SKIP'
             '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
             '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
@@ -73,6 +73,7 @@
     --sysconfdir=/etc/prosody \
     --datadir=/var/lib/prosody \
     --with-lua-include=/usr/include/lua5.2 \
+    --idn-library=idn \
     --cflags="${CPPFLAGS} ${CFLAGS} -fPIC -D_GNU_SOURCE" \
     --ldflags="${LDFLAGS} -shared" \
     --no-example-certs \



More information about the arch-commits mailing list