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

Sergej Pupykin spupykin at gemini.archlinux.org
Sun Feb 20 00:27:13 UTC 2022


    Date: Sunday, February 20, 2022 @ 00:27:13
  Author: spupykin
Revision: 1135134

upgpkg: dbmail 3.2.6-3

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-19 23:54:10 UTC (rev 1135133)
+++ PKGBUILD	2022-02-20 00:27:13 UTC (rev 1135134)
@@ -3,7 +3,7 @@
 
 pkgname=dbmail
 pkgver=3.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast and scalable sql based mail services"
 arch=('x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')
@@ -42,6 +42,13 @@
 prepare() {
   cd "$srcdir"/dbmail-${pkgver}/
   patch -p1 <"$srcdir"/noop-fetch-response-fix2.patch
+  sed -i \
+    -e 's|@runstatedir@|/run|g' \
+    -e 's|dbmail:dbmail|nobody:nobody|g' \
+    systemd/*.service.in
+  sed -i \
+    -e 's|dbmail dbmail|nobody nobody|g' \
+    systemd/*.tmpfiles.in
 #  patch -p1 <"$srcdir"/build-fix.patch
 #  patch -p1 <"$srcdir"/log-imap.patch
 }



More information about the arch-commits mailing list