Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
timescaledb
Commits:
b182a9d9 by Sven-Hendrik Haase at 2024-01-10T16:36:25+01:00
upgpkg: 2.13.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = timescaledb
pkgdesc = An open-source time-series database optimized for fast ingest
and complex queries
- pkgver = 2.13.0
+ pkgver = 2.13.1
pkgrel = 1
url = https://www.timescale.com/
install = timescaledb.install
@@ -17,7 +17,7 @@ pkgbase = timescaledb
depends = postgresql>=16
optdepends = timescaledb-tune: tune postgresql.conf for better
performance
optdepends = timescaledb-old-upgrade: upgrade from previous major
version of PostgreSQL
- source =
timescaledb::git+https://github.com/timescale/timescaledb#commit=96f81a3106683f186f091ad88339c8c223f4363c
+ source =
timescaledb::git+https://github.com/timescale/timescaledb#commit=27398c44085ee4341e373351776e0052bd25bbc2
b2sums = SKIP
pkgname = timescaledb
=====================================
PKGBUILD
=====================================
@@ -7,9 +7,9 @@ _current_pg_version=16
_next_pg_version=$(( _current_pg_version + 1 ))
# limit to last 5 releases
declare -gA _commits=(
- [2.13.0]=96f81a3106683f186f091ad88339c8c223f4363c
+ [2.13.1]=27398c44085ee4341e373351776e0052bd25bbc2
)
-pkgver=2.13.0
+pkgver=2.13.1
pkgrel=1
pkgdesc='An open-source time-series database optimized for fast ingest and
complex queries'
arch=('x86_64')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/b182a9d9e37bab1c87e088f86eeaf3c8e4bafadf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/b182a9d9e37bab1c87e088f86eeaf3c8e4bafadf
You're receiving this email because of your account on gitlab.archlinux.org.