From 391f36b9b259b503a541e6f742cad2c43c7d349a Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Wed, 13 Jan 2021 21:41:21 +0600 Subject: [PATCH] pgbouncer: update to 1.15.0. Fix tests and add changelog. Closes: #27984 [via git-merge-pr] --- srcpkgs/pgbouncer/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pgbouncer/template b/srcpkgs/pgbouncer/template index 8f4213f2a25..6ea13d31c9c 100644 --- a/srcpkgs/pgbouncer/template +++ b/srcpkgs/pgbouncer/template @@ -1,16 +1,22 @@ # Template file for 'pgbouncer' pkgname=pgbouncer -version=1.14.0 +version=1.15.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libevent-devel" +checkdepends="which postgresql13 postgresql13-client" short_desc="Lightweight connection pooler for PostgreSQL" maintainer="Kyle Nusbaum " license="ISC" homepage="https://pgbouncer.github.io/" +changelog="https://raw.githubusercontent.com/pgbouncer/pgbouncer/master/NEWS.md" distfiles="https://pgbouncer.github.io/downloads/files/${version}/pgbouncer-${version}.tar.gz" -checksum=a0c13d10148f557e36ff7ed31793abb7a49e1f8b09aa2d4695d1c28fa101fee7 +checksum=e05a9e158aa6256f60aacbcd9125d3109155c1001a1d1c15d33a37c685d31380 + +pre_check() { + . /etc/profile.d/postgresql13.sh +} post_install() { vlicense COPYRIGHT