Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
timescaledb
Commits:
e9adbc0a by Sven-Hendrik Haase at 2024-04-22T14:03:41+02:00
upgpkg: 2.14.2-2: Use the correct upstream commit
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = timescaledb
pkgdesc = An open-source time-series database optimized for fast ingest
and complex queries
pkgver = 2.14.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.timescale.com/
install = timescaledb.install
arch = x86_64
@@ -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=27398c44085ee4341e373351776e0052bd25bbc2
+ source =
timescaledb::git+https://github.com/timescale/timescaledb#commit=8f27a70d054fc80c4bbc722d8df4b6b305a7e93d
b2sums = SKIP
pkgname = timescaledb
=====================================
PKGBUILD
=====================================
@@ -7,10 +7,10 @@ _current_pg_version=16
_next_pg_version=$(( _current_pg_version + 1 ))
# limit to last 5 releases
declare -gA _commits=(
- [2.14.2]=27398c44085ee4341e373351776e0052bd25bbc2
+ [2.14.2]=8f27a70d054fc80c4bbc722d8df4b6b305a7e93d
)
pkgver=2.14.2
-pkgrel=1
+pkgrel=2
pkgdesc='An open-source time-series database optimized for fast ingest and
complex queries'
arch=('x86_64')
url='https://www.timescale.com/'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/e9adbc0a10ae200ffd6dbc287c99f9dca9752310
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/e9adbc0a10ae200ffd6dbc287c99f9dca9752310
You're receiving this email because of your account on gitlab.archlinux.org.