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

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Feb 18 19:38:41 UTC 2022


    Date: Friday, February 18, 2022 @ 19:38:41
  Author: spupykin
Revision: 1134164

upgpkg: dbmail 3.2.6-2

Modified:
  dbmail/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 19:33:05 UTC (rev 1134163)
+++ PKGBUILD	2022-02-18 19:38:41 UTC (rev 1134164)
@@ -3,12 +3,12 @@
 
 pkgname=dbmail
 pkgver=3.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and scalable sql based mail services"
 arch=('x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')
 makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 'postgresql-libs>=8.4.1'
-	     'sqlite' 'mariadb-libs' 'libldap>=2.4.18' 'libsieve' 'git')
+	     'sqlite' 'mariadb-libs' 'libldap>=2.4.18' 'libsieve' 'git' 'systemd')
 optdepends=('libldap: for LDAP authentication'
 	    'libsieve: for dbmail-sieve')
 #	    'python2-mysql2pgsql: migrate from MySQL to PostreSQL')
@@ -52,7 +52,10 @@
   automake --add-missing
   autoreconf
   [ -f Makefile ] || ./configure \
-    --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --runstatedir=/run \
     --with-ldap --with-sieve \
     --enable-systemd --enable-manpages
   make



More information about the arch-commits mailing list