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 e3a5e484b098..1ff16be93487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Marti Raudsepp <marti at juffo dot org>
pkgname=pg_repack
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Reorganize tables in PostgreSQL databases with minimal locks (fork of pg_reorg)"
arch=(i686 x86_64)
url="https://reorg.github.io/pg_repack/"
license=('BSD')
depends=('postgresql-libs')
-makedepends=('postgresql' 'gcc' 'clang15')
+makedepends=('postgresql' 'clang')
source=("https://github.com/reorg/pg_repack/archive/ver_${pkgver}.tar.gz")
sha256sums=('9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52')