[arch-commits] Commit in pgbouncer/trunk (PKGBUILD pgbouncer.tmpfiles.conf)

Jan Steffens heftig at archlinux.org
Mon Aug 12 07:42:36 UTC 2019


    Date: Monday, August 12, 2019 @ 07:42:35
  Author: heftig
Revision: 359747

1.10.0-3: Fix tmpfiles syntax

Modified:
  pgbouncer/trunk/PKGBUILD
  pgbouncer/trunk/pgbouncer.tmpfiles.conf

-------------------------+
 PKGBUILD                |    4 ++--
 pgbouncer.tmpfiles.conf |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-12 07:42:34 UTC (rev 359746)
+++ PKGBUILD	2019-08-12 07:42:35 UTC (rev 359747)
@@ -3,7 +3,7 @@
 
 pkgname=pgbouncer
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
 arch=('x86_64')
@@ -23,7 +23,7 @@
             '39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
             '1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
             '2b4baaaa7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
-            '3d339e84b3ba426cfbbba406ef65a59aacaf68650afd2b3c6096e8babd2c8d39eaad13f60cd2718d7cdc8dc10eeba569da537b25f67c0a1a2884c885b2bc7136'
+            '0757205e5cb5f679bab00bdbed2c828a536239f380d537498bc893c77162e0978308a5f38fae4cb6470f18d6ed0fe4a3ce8f00e85aef89b14bcf6e2eab05a696'
             '05551189022bd160ca0d64831d2559480ae2dcfe8a489aa4c22cc375c3def31d1169e48e17e6502ccd18237d79afef5bc4587f3cf14274c125eb71311d00503b')
 
 build() {

Modified: pgbouncer.tmpfiles.conf
===================================================================
--- pgbouncer.tmpfiles.conf	2019-08-12 07:42:34 UTC (rev 359746)
+++ pgbouncer.tmpfiles.conf	2019-08-12 07:42:35 UTC (rev 359747)
@@ -1,4 +1,4 @@
 d /run/pgbouncer         755 pgbouncer pgbouncer
 d /var/lib/postgres/data 700 postgres  postgres
-h /var/lib/postgres/data -   -         -         +C
+h /var/lib/postgres/data -   -         -         - +C
 z /var/log/pgbouncer     750 pgbouncer pgbouncer



More information about the arch-commits mailing list