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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 19 05:59:15 UTC 2021


    Date: Friday, March 19, 2021 @ 05:59:14
  Author: svenstaro
Revision: 894540

Some linting fixes

Modified:
  timescaledb/trunk/PKGBUILD
  timescaledb/trunk/timescaledb.install

---------------------+
 PKGBUILD            |    2 +-
 timescaledb.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 05:55:25 UTC (rev 894539)
+++ PKGBUILD	2021-03-19 05:59:14 UTC (rev 894540)
@@ -4,7 +4,7 @@
 pkgname=timescaledb
 pkgver=2.1.0
 pkgrel=1
-pkgdesc="An open-source time-series database optimized for fast ingest and complex queries."
+pkgdesc="An open-source time-series database optimized for fast ingest and complex queries"
 arch=('x86_64')
 url="https://www.timescale.com/"
 license=('Apache')

Modified: timescaledb.install
===================================================================
--- timescaledb.install	2021-03-19 05:55:25 UTC (rev 894539)
+++ timescaledb.install	2021-03-19 05:59:14 UTC (rev 894540)
@@ -1,7 +1,7 @@
 post_install() {
     echo "To use TimescaleDB as PostgreSQL extension,"
 	echo "put in /var/lib/postgres/data/postgresql.conf:"
-	echo "'shared_preload_libraries = "timescaledb"'"
+	echo "'shared_preload_libraries = \"timescaledb\"'"
     echo "If multiple libraries are required, separate them with comma."
     echo "Then restart postgresql:"
     echo "$ systemctl restart postgresql"



More information about the arch-commits mailing list