[arch-commits] Commit in pgbouncer/trunk (PKGBUILD)
Dan McGee
dan at archlinux.org
Sun May 24 14:00:04 UTC 2015
Date: Sunday, May 24, 2015 @ 16:00:04
Author: dan
Revision: 239708
upgpkg: pgbouncer 1.5.5-1
Modified:
pgbouncer/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-24 13:56:46 UTC (rev 239707)
+++ PKGBUILD 2015-05-24 14:00:04 UTC (rev 239708)
@@ -1,22 +1,22 @@
# Maintainer: Dan McGee <dan at archlinux.org>
pkgname=pgbouncer
-pkgver=1.5.4
-pkgrel=6
+pkgver=1.5.5
+pkgrel=1
pkgdesc="A lightweight connection pooler for PostgreSQL"
arch=('i686' 'x86_64')
-url="http://pgfoundry.org/projects/pgbouncer"
+url="https://wiki.postgresql.org/wiki/PgBouncer"
license=('BSD')
depends=('libevent>=2.0' 'postgresql')
makedepends=('asciidoc' 'xmlto')
backup=('etc/pgbouncer/pgbouncer.ini' 'etc/logrotate.d/pgbouncer')
install=$pkgname.install
-source=("http://ftp.postgresql.org/pub/projects/pgFoundry/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
+source=("https://pgbouncer.github.io/downloads/$pkgname-$pkgver.tar.gz"
pgbouncer.ini
pgbouncer.logrotate
pgbouncer.service
pgbouncer.tmpfiles.conf)
-md5sums=('9ffaf2e6232e18e676651429813732df'
+md5sums=('e332e41956f9a2d48c4b38fa96d6e0f0'
'810813b9ef8891be382be9ffdd425edc'
'6c65fe91821591bde0b5bcf70f23e959'
'eede238f5ff3709dbfeef6dad3fbefc7'
More information about the arch-commits
mailing list