[arch-commits] Commit in timescaledb/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Thu Oct 28 06:34:31 UTC 2021


    Date: Thursday, October 28, 2021 @ 06:34:30
  Author: grawlinson
Revision: 1034841

upgpkg: timescaledb 2.5.0-1

* New upstream release.
* Add optional dependency: timescaledb-tune.

Modified:
  timescaledb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-28 06:32:59 UTC (rev 1034840)
+++ PKGBUILD	2021-10-28 06:34:30 UTC (rev 1034841)
@@ -3,14 +3,14 @@
 # Contributor: Felix Fung <fylixeoi at gmail.com>
 
 pkgname=timescaledb
-_commit=708e119eb52678c60e60427734da602e4b70a24b
+_commit=e6f137fa8ae6fe73e51f6552f9812ff833ed1f08
 # limit to last 5 releases
 _versions=(
-  2.3.0
   2.3.1
   2.4.0
   2.4.1
-  2.4.2 # current ts version
+  2.4.2
+  2.5.0 # current ts version
 )
 pkgver="${_versions[-1]}"
 pkgrel=1
@@ -20,6 +20,7 @@
 license=('Apache' 'custom:Timescale')
 depends=('postgresql' 'postgresql-libs' 'openssl')
 makedepends=('gcc' 'cmake' 'git')
+optdepends=('timescaledb-tune: tune postgresql.conf for better performance')
 install=timescaledb.install
 source=("$pkgname::git+https://github.com/timescale/timescaledb#commit=$_commit")
 sha512sums=('SKIP')



More information about the arch-commits mailing list