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

Daurnimator daurnimator at archlinux.org
Tue Feb 16 11:16:51 UTC 2021


    Date: Tuesday, February 16, 2021 @ 11:16:51
  Author: daurnimator
Revision: 862283

upgpkg: prosody 1:0.11.8-1

Modified:
  prosody/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-16 09:54:24 UTC (rev 862282)
+++ PKGBUILD	2021-02-16 11:16:51 UTC (rev 862283)
@@ -1,3 +1,4 @@
+# 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>
@@ -8,12 +9,16 @@
 pkgname=prosody
 epoch=1
 pkgrel=1
-pkgver=0.11.7
+pkgver=0.11.8
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
 url="https://prosody.im/"
 license=('MIT')
-depends=('lua52' 'lua52-socket' 'lua52-expat' 'lua52-filesystem' 'libidn'
+depends=('lua52'
+         'lua52-socket'
+         'lua52-expat'
+         'lua52-filesystem'
+         'libidn'
          'openssl')
 conflicts=('prosody')
 provides=('prosody')
@@ -30,7 +35,7 @@
         'prosody.logrotated'
         'sysuser.conf'
         'prosody.service')
-sha256sums=('28ffc07653485cb63e22b387d3ea4825ee2baaee0c5827de4d6053a35b1c8747'
+sha256sums=('830f183b98d5742d81e908d2d8e3258f1b538dad7411f06fda5b2cc5c75068f8'
             'SKIP'
             '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
             '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
@@ -62,10 +67,15 @@
 
 build() {
   cd prosody-$pkgver
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
-    --datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.2 \
-    --cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
-    --ldflags="${LDFLAGS} -shared" --no-example-certs \
+  ./configure \
+    --ostype=linux \
+    --prefix=/usr \
+    --sysconfdir=/etc/prosody \
+    --datadir=/var/lib/prosody \
+    --with-lua-include=/usr/include/lua5.2 \
+    --cflags="${CPPFLAGS} ${CFLAGS} -fPIC -D_GNU_SOURCE" \
+    --ldflags="${LDFLAGS} -shared" \
+    --no-example-certs \
     --runwith=lua5.2
   make
 }



More information about the arch-commits mailing list