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 a1b7a2c07d1f..87d61dea19b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Marti Raudsepp <marti at juffo dot org>
pkgname=pg_repack
-pkgver=1.4.0.1
+pkgver=1.4.1
pkgrel=1
pkgdesc="Reorganize tables in PostgreSQL databases with minimal locks (fork of pg_reorg)"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ license=('BSD')
depends=('postgresql-libs')
makedepends=('postgresql')
source=("https://github.com/reorg/pg_repack/archive/ver_${pkgver}.tar.gz")
-sha256sums=('fb5594ebbc25c83c1939736b3f97c430e60e48934ef9498062527ffa73e21a64')
+sha256sums=('0a0e545bbf428b740fc846a18e9664b88d5064826cd16a426795b3f9dd9e1abe')
prepare() {
cd "$srcdir/$pkgname-ver_$pkgver"