Date: Tuesday, August 3, 2021 @ 13:24:41 Author: svenstaro Revision: 993514
upgpkg: timescaledb 2.4.0-3: Fix package version to commit Modified: timescaledb/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-03 12:49:45 UTC (rev 993513) +++ PKGBUILD 2021-08-03 13:24:41 UTC (rev 993514) @@ -3,6 +3,7 @@ # Contributor: Felix Fung <[email protected]> pkgname=timescaledb +_commit=59fdb1d # limit to last 5 releases _versions=( 2.2.0 @@ -12,7 +13,7 @@ 2.4.0 # current ts version ) pkgver="${_versions[-1]}" -pkgrel=2 +pkgrel=3 pkgdesc="An open-source time-series database optimized for fast ingest and complex queries" arch=('x86_64') url="https://www.timescale.com/" @@ -20,7 +21,7 @@ depends=('postgresql' 'postgresql-libs' 'openssl') makedepends=('gcc' 'cmake' 'git') install=timescaledb.install -source=("$pkgname::git+https://github.com/timescale/timescaledb") +source=("$pkgname::git+https://github.com/timescale/timescaledb#commit=$_commit") sha512sums=('SKIP') prepare() {
