summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 205642943d53..4fed4c056e80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Mansour Behabadi <mansour@oxplot.com>
pkgname="cstore_fdw"
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="Columnar store for analytics with PostgreSQL"
url="https://citusdata.github.io/cstore_fdw/"
license=("Apache")
arch=('i686' 'x86_64')
-depends=('protobuf-c' 'postgresql>=9.3')
+depends=('protobuf-c' 'postgresql>=9.3', 'postgresql<13')
source=("https://github.com/citusdata/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('e95a3ada47b2a0f72f8fb5906c2aa6e0e1d7c4933e4d435943234f85715b48fd')
+sha256sums=('bd8a06654b483d27b48d8196cf6baac0c7828b431b49ac097923ac0c54a1c38c')
build() {
cd "$pkgname-$pkgver"