aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/postgresql-timescaledb/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postgresql-timescaledb/APKBUILD b/community/postgresql-timescaledb/APKBUILD
index 40e1ccf9e81..22a5309a083 100644
--- a/community/postgresql-timescaledb/APKBUILD
+++ b/community/postgresql-timescaledb/APKBUILD
@@ -10,7 +10,7 @@ pkgver=2.4.2
pkgrel=0
pkgdesc="PostgreSQL extension for time‑series data"
url="https://github.com/timescale/timescaledb"
-arch="all"
+arch="" # not compatible with pgsql 14 https://gitlab.alpinelinux.org/alpine/aports/-/issues/13125
license="Apache-2.0"
provides="timescaledb=$pkgver-r$pkgrel" # for backward compatibility
makedepends="postgresql-dev cmake bash perl-ipc-run perl-utils"