George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
timescaledb


Commits:
cffd1662 by George Rawlinson at 2026-06-30T20:58:30+00:00
upgpkg: 2.28.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.28.1
+       pkgver = 2.28.2
        pkgrel = 1
        url = https://www.timescale.com/
        install = timescaledb.install
@@ -18,8 +18,8 @@ pkgbase = timescaledb
        depends = postgresql>=18
        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=b5b8e9b8f362d1559dc3de5eb32e4f309e891046
-       sha512sums = 
4269562604d0156a962142ec09740a32900da241116405ca9fff4636b5b996f841de0ac93174f82ac2d387aae104c4b0fbef09ed7a017a21a12045bb2302fca9
-       b2sums = 
7de9c93ef431f999ebdde6e3d3965e9edda7ff25401a3e6915528f02f7c6b4152bc0d5b3479903b0f3d30e3544e73c214c4bdae1046dae1952bb19aff660898c
+       source = 
timescaledb::git+https://github.com/timescale/timescaledb#commit=558291fad04a71f255bdc0c67f1fa83385ff33a2
+       sha512sums = 
5462160a87a887c51eb26662c52802a0a9736bb423af896c4154b53ce7089cb938b4b0ce0185865b6ee530596f1a47f037d33a22f61b7321153851bb199a43e0
+       b2sums = 
7d7055c3eb3f1573f118806522e5faf8802954048822fc0b9e36b77e5881b94634a74782c1511469c7e6e712225cfa331c309a799c8dc61f7e32d81b671794d9
 
 pkgname = timescaledb


=====================================
PKGBUILD
=====================================
@@ -7,13 +7,13 @@ _current_pg_version=18
 _next_pg_version=$(( _current_pg_version + 1 ))
 # limit to last 5 releases
 declare -gA _commits=(
-  [2.27.0]=536eeebeadabf0d72d246cb92032d1378920323d
   [2.27.1]=b01ae9bada940694e85edafdaf5bdb9424bb5bdb
   [2.27.2]=3c4a725ba6ee206c6039516ca25d05114861f71a
   [2.28.0]=8cd71aeb412062338c007cf02e9e859e422377e6
   [2.28.1]=b5b8e9b8f362d1559dc3de5eb32e4f309e891046
+  [2.28.2]=558291fad04a71f255bdc0c67f1fa83385ff33a2
 )
-pkgver=2.28.1
+pkgver=2.28.2
 pkgrel=1
 pkgdesc='An open-source time-series database optimized for fast ingest and 
complex queries'
 arch=(x86_64)
@@ -34,8 +34,8 @@ optdepends=(
 )
 install=timescaledb.install
 
source=("$pkgname::git+https://github.com/timescale/timescaledb#commit=${_commits[$pkgver]}";)
-sha512sums=('4269562604d0156a962142ec09740a32900da241116405ca9fff4636b5b996f841de0ac93174f82ac2d387aae104c4b0fbef09ed7a017a21a12045bb2302fca9')
-b2sums=('7de9c93ef431f999ebdde6e3d3965e9edda7ff25401a3e6915528f02f7c6b4152bc0d5b3479903b0f3d30e3544e73c214c4bdae1046dae1952bb19aff660898c')
+sha512sums=('5462160a87a887c51eb26662c52802a0a9736bb423af896c4154b53ce7089cb938b4b0ce0185865b6ee530596f1a47f037d33a22f61b7321153851bb199a43e0')
+b2sums=('7d7055c3eb3f1573f118806522e5faf8802954048822fc0b9e36b77e5881b94634a74782c1511469c7e6e712225cfa331c309a799c8dc61f7e32d81b671794d9')
 
 prepare() {
   mkdir -p build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/cffd16629aabe6972175b1abea22d9d5b4612830

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/cffd16629aabe6972175b1abea22d9d5b4612830
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to