summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fung2021-02-23 17:57:37 -0800
committerFelix Fung2021-02-23 17:57:37 -0800
commit1ac4f49ea77f081816e65d9c13a597226c79f84d (patch)
tree36c89b300fb91ab35156c522dd7fbc848b45a50e
parent41a3388a75727988a26af0098e4359da2f8fcf82 (diff)
downloadaur-timescaledb.tar.gz
Version 2.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 301ec43afb77..aee70b38cba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timescaledb
pkgdesc = An open-source time-series database optimized for fast ingest and complex queries.
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 0
url = https://www.timescale.com/
install = timescaledb.install
@@ -10,11 +10,9 @@ pkgbase = timescaledb
makedepends = gcc
makedepends = cmake>=3.4
makedepends = git
- depends = postgresql>=11.0.0
- depends = postgresql-libs>=11.0.0
- depends = postgresql<=13.1
- depends = postgresql-libs<=13.1
- source = timescaledb-2.0.1::git+https://github.com/timescale/timescaledb.git#tag=2.0.1
+ depends = postgresql
+ depends = postgresql-libs
+ source = timescaledb-2.1.0::git+https://github.com/timescale/timescaledb.git#tag=2.1.0
md5sums = SKIP
pkgname = timescaledb
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")