summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Fung2021-02-23 17:57:37 -0800
committerFelix Fung2021-02-23 17:57:37 -0800
commit1ac4f49ea77f081816e65d9c13a597226c79f84d (patch)
tree36c89b300fb91ab35156c522dd7fbc848b45a50e /PKGBUILD
parent41a3388a75727988a26af0098e4359da2f8fcf82 (diff)
downloadaur-timescaledb.tar.gz
Version 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59e8f08b62b6..5eeeb45e9f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Felix Fung <fylixeoi@gmail.com>
pkgname=timescaledb
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=0
pkgdesc="An open-source time-series database optimized for fast ingest and complex queries."
arch=('i686' 'x86_64')
url="https://www.timescale.com/"
license=('Apache')
-depends=('postgresql>=11.0.0' 'postgresql-libs>=11.0.0' 'postgresql<=13.1' 'postgresql-libs<=13.1')
+depends=('postgresql' 'postgresql-libs')
makedepends=('gcc' 'cmake>=3.4' 'git')
install=${pkgname}.install
source=("$pkgname-$pkgver::git+https://github.com/timescale/timescaledb.git#tag=$pkgver")