Date: Friday, January 27, 2023 @ 12:57:08
  Author: freswa
Revision: 1388504

upgpkg: timescaledb 2.9.2-2: postgresql upgrade to v15

Modified:
  timescaledb/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-27 12:56:52 UTC (rev 1388503)
+++ PKGBUILD    2023-01-27 12:57:08 UTC (rev 1388504)
@@ -6,19 +6,17 @@
 _commit=3314810fd5f336f6b93847432eef293989975be2
 # limit to last 5 releases
 _versions=(
-  2.8.0
-  2.8.1
   2.9.0
   2.9.1
   2.9.2 # 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<15' 'postgresql-libs<15' 'openssl')
+depends=('postgresql<16' 'postgresql-libs<16' 'openssl')
 makedepends=('gcc' 'cmake' 'git')
 optdepends=(
   'timescaledb-tune: tune postgresql.conf for better performance'

Reply via email to