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

Levente Polyak anthraxx at archlinux.org
Fri May 15 19:09:03 UTC 2020


    Date: Friday, May 15, 2020 @ 19:09:03
  Author: anthraxx
Revision: 383720

upgpkg: pgbouncer 1.13.0-1

Modified:
  pgbouncer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 18:55:18 UTC (rev 383719)
+++ PKGBUILD	2020-05-15 19:09:03 UTC (rev 383720)
@@ -2,7 +2,7 @@
 # Contributor: Dan McGee <dan at archlinux.org>
 
 pkgname=pgbouncer
-pkgver=1.11.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('libevent>=2.0' 'c-ares' 'systemd' 'pam')
 makedepends=('asciidoc' 'xmlto')
-checkdepends=('postgresql-libs')
+checkdepends=('postgresql-libs' 'postgresql')
 backup=('etc/pgbouncer/pgbouncer.ini'
         'etc/logrotate.d/pgbouncer')
 source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
@@ -19,7 +19,7 @@
         pgbouncer.service
         pgbouncer.tmpfiles.conf
         pgbouncer.sysusers)
-sha512sums=('2373157f952a39dbb5d9afad7db2eba7459c28bcc302487c3bf15b64dca98940f65c9f7a1d142237f7053b6d2b290eaec15f930a341025f1665b501a26919115'
+sha512sums=('7fa05eebcfe827849a30e33c8f6e6332f5e12300712bbfec865bfa97a6f0132f82eb4bc44ac2dc5db87836c5049337db8619a1d4af7e51696c99d59c3223d9d7'
             '39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
             '1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
             '2b4baaaa7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
@@ -37,7 +37,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make -C test run_test
+  make -C test check
 }
 
 package() {



More information about the arch-commits mailing list