summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-11-16 06:48:30 +0100
committerNicola Murino2018-11-16 06:48:30 +0100
commit0cb3bb61dcb3b54831918a234a251526b0681dfb (patch)
tree2a9ed9e2d7828d37267f40e92789e89dbd25f8a9
parentc4806c0d81001cc74a2a94e59297136951b1d83b (diff)
downloadaur-0cb3bb61dcb3b54831918a234a251526b0681dfb.tar.gz
Rebuild for postgres 11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75833d2e36c..36e901c5154f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pg_repack
pkgdesc = Reorganize tables in PostgreSQL databases with minimal locks (fork of pg_reorg)
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = http://reorg.github.com/pg_repack/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 92dab8b4fcd1..c72b98f44b7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pg_repack
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Reorganize tables in PostgreSQL databases with minimal locks (fork of pg_reorg)"
arch=(i686 x86_64)
url="http://reorg.github.com/pg_repack/"