summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-08-13 09:11:18 +0200
committerNicola Murino2017-08-13 09:11:18 +0200
commit4d63b1995b3fc15f3a9e53ff07e9345fae4226c2 (patch)
tree09ec2b0c158ca4f08267d85cb41754c45c54f748
parent815eff0af15d249e08f5228a5fdb90f308e34a03 (diff)
downloadaur-4d63b1995b3fc15f3a9e53ff07e9345fae4226c2.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f71723214bcc..7a6cb1b4ea53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 26 11:12:17 UTC 2017
+# Sun Aug 13 07:11:08 UTC 2017
pkgbase = pg_repack
pkgdesc = Reorganize tables in PostgreSQL databases with minimal locks (fork of pg_reorg)
- pkgver = 1.4.0.1
+ pkgver = 1.4.1
pkgrel = 1
url = http://reorg.github.com/pg_repack/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = pg_repack
license = BSD
makedepends = postgresql
depends = postgresql-libs
- source = https://github.com/reorg/pg_repack/archive/ver_1.4.0.1.tar.gz
- sha256sums = fb5594ebbc25c83c1939736b3f97c430e60e48934ef9498062527ffa73e21a64
+ source = https://github.com/reorg/pg_repack/archive/ver_1.4.1.tar.gz
+ sha256sums = 0a0e545bbf428b740fc846a18e9664b88d5064826cd16a426795b3f9dd9e1abe
pkgname = pg_repack
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"