[arch-commits] Commit in timescaledb/repos/community-x86_64 (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 27 08:39:17 UTC 2021


    Date: Thursday, May 27, 2021 @ 08:39:17
  Author: svenstaro
Revision: 948152

archrelease: copy trunk to community-x86_64

Added:
  timescaledb/repos/community-x86_64/PKGBUILD
    (from rev 948151, timescaledb/trunk/PKGBUILD)
  timescaledb/repos/community-x86_64/timescaledb.install
    (from rev 948151, timescaledb/trunk/timescaledb.install)
Deleted:
  timescaledb/repos/community-x86_64/PKGBUILD
  timescaledb/repos/community-x86_64/timescaledb.install

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 08:39:04 UTC (rev 948151)
+++ PKGBUILD	2021-05-27 08:39:17 UTC (rev 948152)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Felix Fung <fylixeoi at gmail.com>
-
-pkgname=timescaledb
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="An open-source time-series database optimized for fast ingest and complex queries"
-arch=('x86_64')
-url="https://www.timescale.com/"
-license=('Apache')
-depends=('postgresql' 'postgresql-libs')
-makedepends=('gcc' 'cmake')
-install=timescaledb.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/timescale/timescaledb/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('5dae0ed0b71309598bfc9605e838f2d8b4179ccf7098396315153c4044c7bdaaa411fd11ee70ca7807afde4b609faab281dcb1aa2f8d65330ca95e13fbe24582')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./bootstrap -DWARNINGS_AS_ERRORS=OFF -DREGRESS_CHECKS=OFF
-    cd build && make
-}
-
-package() {
-    cd "${pkgname}-${pkgver}/build"
-    make DESTDIR="$pkgdir/" install
-}

Copied: timescaledb/repos/community-x86_64/PKGBUILD (from rev 948151, timescaledb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-27 08:39:17 UTC (rev 948152)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Felix Fung <fylixeoi at gmail.com>
+
+pkgname=timescaledb
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="An open-source time-series database optimized for fast ingest and complex queries"
+arch=('x86_64')
+url="https://www.timescale.com/"
+license=('Apache')
+depends=('postgresql' 'postgresql-libs')
+makedepends=('gcc' 'cmake')
+install=timescaledb.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/timescale/timescaledb/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('1dac0969fb90840ccf5e3e458643903c56ded6028b6be32a6d0a02088333404f20d02509a22a80e0aad4903b61d7be9d4b9fe17cd4f60e8ba055620b15e8d6f3')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./bootstrap -DWARNINGS_AS_ERRORS=OFF -DREGRESS_CHECKS=OFF
+    cd build && make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}/build"
+    make DESTDIR="$pkgdir/" install
+}

Deleted: timescaledb.install
===================================================================
--- timescaledb.install	2021-05-27 08:39:04 UTC (rev 948151)
+++ timescaledb.install	2021-05-27 08:39:17 UTC (rev 948152)
@@ -1,15 +0,0 @@
-post_install() {
-    echo "To use TimescaleDB as PostgreSQL extension,"
-	echo "put in /var/lib/postgres/data/postgresql.conf:"
-	echo "'shared_preload_libraries = \"timescaledb\"'"
-    echo "If multiple libraries are required, separate them with comma."
-    echo "Then restart postgresql:"
-    echo "$ systemctl restart postgresql"
-}
-
-post_remove() {
-    echo "Remove 'timescaledb' from 'shared_preload_libraries'"
-    echo "In /var/lib/postgres/data/postgresql.conf"
-    echo "Then restart postgresql:"
-    echo "$ systemctl restart postgresql"
-}

Copied: timescaledb/repos/community-x86_64/timescaledb.install (from rev 948151, timescaledb/trunk/timescaledb.install)
===================================================================
--- timescaledb.install	                        (rev 0)
+++ timescaledb.install	2021-05-27 08:39:17 UTC (rev 948152)
@@ -0,0 +1,15 @@
+post_install() {
+    echo "To use TimescaleDB as PostgreSQL extension,"
+	echo "put in /var/lib/postgres/data/postgresql.conf:"
+	echo "'shared_preload_libraries = \"timescaledb\"'"
+    echo "If multiple libraries are required, separate them with comma."
+    echo "Then restart postgresql:"
+    echo "$ systemctl restart postgresql"
+}
+
+post_remove() {
+    echo "Remove 'timescaledb' from 'shared_preload_libraries'"
+    echo "In /var/lib/postgres/data/postgresql.conf"
+    echo "Then restart postgresql:"
+    echo "$ systemctl restart postgresql"
+}



More information about the arch-commits mailing list