[arch-commits] Commit in timescaledb/trunk (PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Mon Apr 25 21:19:51 UTC 2022
Date: Monday, April 25, 2022 @ 21:19:50
Author: grawlinson
Revision: 1190126
upgpkg: timescaledb 2.6.1-2; pg14 rebuild
Rebuild for PostgreSQL 14.
Modified:
timescaledb/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-25 21:18:28 UTC (rev 1190125)
+++ PKGBUILD 2022-04-25 21:19:50 UTC (rev 1190126)
@@ -13,12 +13,12 @@
2.6.1 # current ts version
)
pkgver="${_versions[-1]}"
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source time-series database optimized for fast ingest and complex queries"
arch=('x86_64')
url="https://www.timescale.com/"
license=('Apache' 'custom:Timescale')
-depends=('postgresql' 'postgresql-libs' 'openssl')
+depends=('postgresql<15' 'postgresql-libs<15' 'openssl')
makedepends=('gcc' 'cmake' 'git')
optdepends=('timescaledb-tune: tune postgresql.conf for better performance')
install=timescaledb.install
More information about the arch-commits
mailing list