summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"