summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorssharunas2023-12-01 13:31:42 +0200
committerssharunas2023-12-01 13:31:42 +0200
commit75668cd6a735b210cd978972dcca12856d673f9d (patch)
tree5b8ad91572531f6e4adbcec5bf26aa76cb2161a6 /PKGBUILD
parent3e09e1dfc076a9ad3f40eeae5dda068f855ed622 (diff)
downloadaur-repmgr.tar.gz
Updated to version 5.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d64195d8a43..a1026b364221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Šarūnas Gliebus <ssharunas at yahoo.co.uk>
pkgname=repmgr
-pkgver=5.3.3
+pkgver=5.4.1
pkgrel=1
pkgdesc="repmgr is an open-source tool suite for managing replication and failover in a cluster of PostgreSQL servers."
arch=('any')
@@ -9,9 +9,9 @@ url="https://repmgr.org/"
license=('GPL')
install=$pkgname.install
depends=('postgresql-libs')
-makedepends=('autoconf' 'postgresql' 'clang' 'llvm')
+makedepends=('autoconf' 'postgresql' 'clang15' 'llvm15')
source=(https://repmgr.org/download/repmgr-$pkgver.tar.gz)
-sha1sums=('5fee654a5adfa3ebeb3b5a5c6d652ee1734e2d45')
+sha1sums=('32a0b11e3c9884a71ca393ea15f2a04d16e86629')
build() {
cd "$pkgname-$pkgver"