summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMansour Behabadi2021-01-23 02:05:51 +1100
committerMansour Behabadi2021-01-23 02:05:51 +1100
commitc6cdea62deae6e2d6969cf6c6a57a38efe68cd8d (patch)
tree6f6daaa8a5a3a2125a865104f0df1447113ad9fe
parent320b6eef4147eea47e4bd8a871dc49298b4d357c (diff)
downloadaur-c6cdea62deae6e2d6969cf6c6a57a38efe68cd8d.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fb56f417c09..417566269f91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
-# Generated by mksrcinfo v8
-# Tue Aug 22 03:10:29 UTC 2017
pkgbase = cstore_fdw
pkgdesc = Columnar store for analytics with PostgreSQL
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://citusdata.github.io/cstore_fdw/
arch = i686
arch = x86_64
license = Apache
depends = protobuf-c
- depends = postgresql>=9.3
- source = https://github.com/citusdata/cstore_fdw/archive/v1.6.0.tar.gz
- sha256sums = e95a3ada47b2a0f72f8fb5906c2aa6e0e1d7c4933e4d435943234f85715b48fd
+ depends = postgresql>=9.3,
+ depends = postgresql<13
+ source = https://github.com/citusdata/cstore_fdw/archive/v1.7.0.tar.gz
+ sha256sums = bd8a06654b483d27b48d8196cf6baac0c7828b431b49ac097923ac0c54a1c38c
pkgname = cstore_fdw
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"