Date: Wednesday, October 19, 2022 @ 10:35:17
Author: demize
Revision: 1332851
Enable debug option to split debug symbols into separate package
Modified:
timescaledb/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-19 09:44:23 UTC (rev 1332850)
+++ PKGBUILD 2022-10-19 10:35:17 UTC (rev 1332851)
@@ -13,7 +13,7 @@
2.8.1 # 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/'
@@ -24,6 +24,7 @@
'timescaledb-tune: tune postgresql.conf for better performance'
'timescaledb-old-upgrade: upgrade from previous major version of PostgreSQL'
)
+options=('debug')
install=timescaledb.install
source=("$pkgname::git+https://github.com/timescale/timescaledb#commit=$_commit")
sha512sums=('SKIP')