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


Commits:
61ae1856 by George Rawlinson at 2026-06-02T22:45:14+00:00
upgpkg: 2.27.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.27.1
+       pkgver = 2.27.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=b01ae9bada940694e85edafdaf5bdb9424bb5bdb
-       sha512sums = 
354086255c4ae297114f335b54b41cdd9ff2a90fde391f2d3c97615b93cc62338bc62e32f376ec096f3cfddb0fcf3cc36c227fd9c2efc7113e902ded150c19c1
-       b2sums = 
16fda74fc8c40b777d5ac8d459e12bf25db25673c77aeb4192c24a329458883f7d0f5a4a1e4e429f39b777284b4ab056632dd6ac10eaaa03262f018fac35cd14
+       source = 
timescaledb::git+https://github.com/timescale/timescaledb#commit=3c4a725ba6ee206c6039516ca25d05114861f71a
+       sha512sums = 
44fb44a39bdf52353e7eb02d765dcd5c04ca17780b275a6613ce1d5e2e4984637d8a131ff475c9e41b2794148cf7cac8b9fc5526635463dba44e67699cb452e7
+       b2sums = 
4cdd5bc73a3ee1e310f4c7ba5374a56a48e1c2eca0050b824cd6b6e3f1aca8d6c899cb3d03e016c3f15f4107c5bd40e899e6d725134da8d456cf98b0131957a0
 
 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.26.2]=5c6d325d609a49e1046d01fddea270fea4f4b794
   [2.26.3]=dbd0bbf32496648cf49a281f126d7a4013364db2
   [2.26.4]=b69fa27838e21c3401ee431a730837bfa28f16e0
   [2.27.0]=536eeebeadabf0d72d246cb92032d1378920323d
   [2.27.1]=b01ae9bada940694e85edafdaf5bdb9424bb5bdb
+  [2.27.2]=3c4a725ba6ee206c6039516ca25d05114861f71a
 )
-pkgver=2.27.1
+pkgver=2.27.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=('354086255c4ae297114f335b54b41cdd9ff2a90fde391f2d3c97615b93cc62338bc62e32f376ec096f3cfddb0fcf3cc36c227fd9c2efc7113e902ded150c19c1')
-b2sums=('16fda74fc8c40b777d5ac8d459e12bf25db25673c77aeb4192c24a329458883f7d0f5a4a1e4e429f39b777284b4ab056632dd6ac10eaaa03262f018fac35cd14')
+sha512sums=('44fb44a39bdf52353e7eb02d765dcd5c04ca17780b275a6613ce1d5e2e4984637d8a131ff475c9e41b2794148cf7cac8b9fc5526635463dba44e67699cb452e7')
+b2sums=('4cdd5bc73a3ee1e310f4c7ba5374a56a48e1c2eca0050b824cd6b6e3f1aca8d6c899cb3d03e016c3f15f4107c5bd40e899e6d725134da8d456cf98b0131957a0')
 
 prepare() {
   mkdir -p build



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/61ae18569b6b1b7c81f23b75d70e14fa5daddc98
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