George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
timescaledb
Commits:
b3d81d6d by George Rawlinson at 2025-03-05T10:32:11+13:00
upgpkg: 2.18.2-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.18.1
+ pkgver = 2.18.2
pkgrel = 1
url = https://www.timescale.com/
install = timescaledb.install
@@ -17,8 +17,8 @@ pkgbase = timescaledb
depends = postgresql>=17
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=0660ebc3fcf4e6859159ba42aeced56333d02021
- sha512sums =
85998b5afd1dd949832333379ea01ab9772444cd63bf0fe32dbf759458b6e553116751676b1542515d2d3dd7bdb60aef5059e5e0c70cfa64dd06236d2a31b6ea
- b2sums =
48becdd2d4631151e97cbcacbd58a00ba042cedfa14870ce893216b2f75cf255a350fc5d6670c0deba9d754417e33057e7a861136bb7fe6d13d5911109cab696
+ source =
timescaledb::git+https://github.com/timescale/timescaledb#commit=bb49cfc6d626782a214b6b6e343a0666d7c40773
+ sha512sums =
027aee2c0a0841e9da7ef4c42c47a9e3d8e2b0816a87881747de6d9a17596bd6109428f0c2b5ab0a5fdacc0efdcfe66b39308571dd6f1558f5a0b1e166dd7314
+ b2sums =
47320c71f35f3b6a681fd39e6127f80b1840942d52a4a465b8fb7a057c85ad8b13ca94841c375bbed0b30d6168d959f92b7dda01090ed669ef0a3f482ca2d696
pkgname = timescaledb
=====================================
PKGBUILD
=====================================
@@ -12,8 +12,9 @@ declare -gA _commits=(
[2.17.2]=b359d26de186ea43f93c28c08cd1b8c6449c91bd
[2.18.0]=91700b509acb0a4511b5028b902d4b3ed0d04447
[2.18.1]=0660ebc3fcf4e6859159ba42aeced56333d02021
+ [2.18.2]=bb49cfc6d626782a214b6b6e343a0666d7c40773
)
-pkgver=2.18.1
+pkgver=2.18.2
pkgrel=1
pkgdesc='An open-source time-series database optimized for fast ingest and
complex queries'
arch=('x86_64')
@@ -33,8 +34,8 @@ optdepends=(
)
install=timescaledb.install
source=("$pkgname::git+https://github.com/timescale/timescaledb#commit=${_commits[$pkgver]}")
-sha512sums=('85998b5afd1dd949832333379ea01ab9772444cd63bf0fe32dbf759458b6e553116751676b1542515d2d3dd7bdb60aef5059e5e0c70cfa64dd06236d2a31b6ea')
-b2sums=('48becdd2d4631151e97cbcacbd58a00ba042cedfa14870ce893216b2f75cf255a350fc5d6670c0deba9d754417e33057e7a861136bb7fe6d13d5911109cab696')
+sha512sums=('027aee2c0a0841e9da7ef4c42c47a9e3d8e2b0816a87881747de6d9a17596bd6109428f0c2b5ab0a5fdacc0efdcfe66b39308571dd6f1558f5a0b1e166dd7314')
+b2sums=('47320c71f35f3b6a681fd39e6127f80b1840942d52a4a465b8fb7a057c85ad8b13ca94841c375bbed0b30d6168d959f92b7dda01090ed669ef0a3f482ca2d696')
prepare() {
mkdir -p build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/b3d81d6d1c1d8cbc4bbf022c8bec7a6367c611e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/b3d81d6d1c1d8cbc4bbf022c8bec7a6367c611e7
You're receiving this email because of your account on gitlab.archlinux.org.