aboutsummaryrefslogtreecommitdiffstats
path: root/testing/repmgr/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-09-20 00:37:43 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-09-20 00:38:26 +0200
commitab6a3c4d4a73e61eb2c388be80822eda21669e89 (patch)
treee3bab24cf3e7730c6a1e27bb391dddb9431f97eb /testing/repmgr/APKBUILD
parenta296738ed8d156709e27ae5d5ca7f9be20bb53d8 (diff)
testing/repmgr: patch default config, add rsync to depends
Diffstat (limited to 'testing/repmgr/APKBUILD')
-rw-r--r--testing/repmgr/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/repmgr/APKBUILD b/testing/repmgr/APKBUILD
index fa96ed6cd7e..587d24b6af1 100644
--- a/testing/repmgr/APKBUILD
+++ b/testing/repmgr/APKBUILD
@@ -2,16 +2,17 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=repmgr
pkgver=3.3.2
-pkgrel=0
+pkgrel=1
pkgdesc="Replication Manager for PostgreSQL"
url="http://www.repmgr.org/"
arch="all"
license="GPL-3"
-depends="postgresql-client"
+depends="postgresql-client rsync"
makedepends="postgresql-dev"
pkgusers="postgres"
subpackages="$pkgname-doc $pkgname-daemon"
source="$pkgname-$pkgver.tar.gz::https://github.com/2ndQuadrant/$pkgname/archive/v$pkgver.tar.gz
+ repmgr.conf.patch
repmgrd.initd"
builddir="$srcdir/$pkgname-$pkgver"
options="!checkroot"
@@ -52,4 +53,5 @@ daemon() {
}
sha512sums="98fba8fc0d9074e496c66762dbec45734fe279f39c9c51adb3e66dca929ac37f66a609789c8c658545856fd81f5afc5b35f6b5e389e52bce8c04ce8c52acd8dd repmgr-3.3.2.tar.gz
+235a17d54ccce9e23b59919c0406fc3618f722e4f7559af6102c561668319a47beca7b70a9564432cb45bbbee091de9fc748935e7c771f1c84cfd40ab6e401a7 repmgr.conf.patch
74a03cfd36d739ddfad2078ba88980c7dea983ebc664bc3ab4dc6792bf36f144d1cd9d2b1bfbd30dda7e2b1198e7eb388dbea616d9ad710602b775ad30b1a3ab repmgrd.initd"