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

George Rawlinson grawlinson at archlinux.org
Wed Jul 7 20:46:35 UTC 2021


    Date: Wednesday, July 7, 2021 @ 20:46:35
  Author: grawlinson
Revision: 975308

upgpkg: timescaledb 2.3.1-1

* New upstream release
* Limit to last 5 releases (for shared lib)

Modified:
  timescaledb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-07 20:08:43 UTC (rev 975307)
+++ PKGBUILD	2021-07-07 20:46:35 UTC (rev 975308)
@@ -3,15 +3,16 @@
 # Contributor: Felix Fung <fylixeoi at gmail.com>
 
 pkgname=timescaledb
+# limit to last 5 releases
 _versions=(
-  2.1.0 # first version to work with current postgresql version
   2.1.1
   2.2.0
   2.2.1
-  2.3.0 # current ts version
+  2.3.0
+  2.3.1 # current ts version
 )
 pkgver="${_versions[-1]}"
-pkgrel=2
+pkgrel=1
 pkgdesc="An open-source time-series database optimized for fast ingest and complex queries"
 arch=('x86_64')
 url="https://www.timescale.com/"




More information about the arch-commits mailing list