summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 676e790d7f84..5ada8b670674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Šarūnas Gliebus <ssharunas at vivaldi.net>
pkgname=pgcopydb
-pkgver=0.16
+pkgver=0.17
pkgrel=1
pkgdesc="pgcopydb is a tool that automates running pg_dump | pg_restore between two running Postgres servers"
arch=('any')
@@ -11,7 +11,7 @@ depends=('postgresql-libs')
makedepends=('icu' 'krb5' 'openssl>=1.0.0' 'readline>=6.0' 'pam' 'zlib' 'libxml2' 'libxslt' )
source=(https://github.com/dimitri/pgcopydb/archive/refs/tags/v$pkgver.zip)
-sha1sums=('fab92e7b4ddcf2b328c1ea637350171193a4f9e9')
+sha1sums=('ddb195efe3a2fc6b471fa96e0bcb9a6403b251df')
build() {
cd "$pkgname-$pkgver"