George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / timescaledb-old-upgrade
Commits: 2c59431b by George Rawlinson at 2025-09-03T01:31:04+00:00 upgpkg: 2.22.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = timescaledb-old-upgrade pkgdesc = TimescaleDB build for migrating between major versions of PostgreSQL - pkgver = 2.21.3 + pkgver = 2.22.0 pkgrel = 1 url = https://www.timescale.com/ arch = x86_64 @@ -11,9 +11,9 @@ pkgbase = timescaledb-old-upgrade makedepends = git depends = postgresql-old-upgrade<17 depends = postgresql-old-upgrade>=16 - depends = timescaledb=2.21.3 - source = timescaledb::git+https://github.com/timescale/timescaledb#commit=d4bb1e51d0c0db3beeeee86c8bfbb392fcf272e0 - sha512sums = a542b66b5a33233b0613eac1e585adafce1b8208da6aed09b25235a24f1adb0b933efe1a04bc3d4b52cfd514a67d05dfb8884c007a1573e25764eddded76117a - b2sums = ae45b29aeaea059a65fb73fbbcaa666656a6c5a4c0c02b2a82d4aa5dd1ab882c3377e9ea6b1bf653e2caf9b880d94585b64cb6dd48f75b2ae6bbe7aa6c976e26 + depends = timescaledb=2.22.0 + source = timescaledb::git+https://github.com/timescale/timescaledb#commit=bf4cea89afa9e0a7d3c119e4341435b5dfa97701 + sha512sums = 777dc9e3858146fd47808c29c53db114aec7c5f17792044be3a5a889c0f87acd9d3a9a413853fb4c08852a3c491b3e95b7466713dfa74aa227079f6ab59d91b9 + b2sums = 860da6bb61e2f7d2066a55992bbcb8095bca6c5493b430790c52955cd11979089f6583902b071f5dfddd83bea2444bc5e87244a217be9af2e12c54b0959dfc25 pkgname = timescaledb-old-upgrade ===================================== PKGBUILD ===================================== @@ -6,14 +6,13 @@ _current_pg_version=17 _old_pg_version=$(( _current_pg_version - 1 )) # limit to last 5 releases declare -gA _commits=( - [2.20.2]=b7c7cd02585388ac6b555097ef8831c1217cc402 - [2.20.3]=7b30533d4d9b6ce1353b8bac0ba6215be20f2633 [2.21.0]=c28096b84972718552f5524ba1940dabad475c7f [2.21.1]=62070d3362c13447baf529ce6b294e3dec37a9c1 [2.21.2]=0ce1bf56e0f3d8e46cbf2aae16067d054dcaa9fe [2.21.3]=d4bb1e51d0c0db3beeeee86c8bfbb392fcf272e0 + [2.22.0]=bf4cea89afa9e0a7d3c119e4341435b5dfa97701 ) -pkgver=2.21.3 +pkgver=2.22.0 pkgrel=1 pkgdesc='TimescaleDB build for migrating between major versions of PostgreSQL' arch=('x86_64') @@ -26,8 +25,8 @@ depends=( ) makedepends=('gcc' 'cmake' 'git') source=("$_pkgname::git+https://github.com/timescale/timescaledb#commit=${_commits[$pkgver]}") -sha512sums=('a542b66b5a33233b0613eac1e585adafce1b8208da6aed09b25235a24f1adb0b933efe1a04bc3d4b52cfd514a67d05dfb8884c007a1573e25764eddded76117a') -b2sums=('ae45b29aeaea059a65fb73fbbcaa666656a6c5a4c0c02b2a82d4aa5dd1ab882c3377e9ea6b1bf653e2caf9b880d94585b64cb6dd48f75b2ae6bbe7aa6c976e26') +sha512sums=('777dc9e3858146fd47808c29c53db114aec7c5f17792044be3a5a889c0f87acd9d3a9a413853fb4c08852a3c491b3e95b7466713dfa74aa227079f6ab59d91b9') +b2sums=('860da6bb61e2f7d2066a55992bbcb8095bca6c5493b430790c52955cd11979089f6583902b071f5dfddd83bea2444bc5e87244a217be9af2e12c54b0959dfc25') prepare() { mkdir -p build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb-old-upgrade/-/commit/2c59431b996353d8f65a05a830bd5648b71c3634 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb-old-upgrade/-/commit/2c59431b996353d8f65a05a830bd5648b71c3634 You're receiving this email because of your account on gitlab.archlinux.org.