summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMansour Behabadi2017-08-22 13:10:39 +1000
committerMansour Behabadi2017-08-22 13:10:39 +1000
commit320b6eef4147eea47e4bd8a871dc49298b4d357c (patch)
tree262d9f9006bdc0c6714319ae59e83afd65ec3ef4
parent956e933d10f2bb30ff1cb5b621ae2d08d349457b (diff)
downloadaur-320b6eef4147eea47e4bd8a871dc49298b4d357c.tar.gz
Update url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17fc2acdb176..7fb56f417c09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Aug 22 02:53:09 UTC 2017
+# Tue Aug 22 03:10:29 UTC 2017
pkgbase = cstore_fdw
pkgdesc = Columnar store for analytics with PostgreSQL
pkgver = 1.6.0
pkgrel = 1
- url = https://github.com/citusdata/cstore_fdw
+ url = https://citusdata.github.io/cstore_fdw/
arch = i686
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index b83de31764ce..205642943d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="cstore_fdw"
pkgver=1.6.0
pkgrel=1
pkgdesc="Columnar store for analytics with PostgreSQL"
-url="https://github.com/citusdata/cstore_fdw"
+url="https://citusdata.github.io/cstore_fdw/"
license=("Apache")
arch=('i686' 'x86_64')
depends=('protobuf-c' 'postgresql>=9.3')