diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 08:37:36 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 08:37:36 +0000 |
commit | cac9cecbb10542ae5193902fceb030ddbf8acc4a (patch) | |
tree | 7ad8477a8b20fa0e65e0feb24ec91018487dd398 /testing/timescaledb | |
parent | d180f89544645dcfa25970ec1addaca2616b0471 (diff) | |
download | aports-cac9cecbb10542ae5193902fceb030ddbf8acc4a.tar.bz2 aports-cac9cecbb10542ae5193902fceb030ddbf8acc4a.tar.xz |
testing/timescaledb: disable, does not build against postgresql 12
Diffstat (limited to 'testing/timescaledb')
-rw-r--r-- | testing/timescaledb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/timescaledb/APKBUILD b/testing/timescaledb/APKBUILD index 92b2b1a993..4e2815e96a 100644 --- a/testing/timescaledb/APKBUILD +++ b/testing/timescaledb/APKBUILD @@ -5,7 +5,7 @@ pkgver="1.4.2" pkgrel=0 pkgdesc="An open-source database designed to make SQL scalable for time-series data" url="https://github.com/timescale/timescaledb" -arch="all" +arch="" license="Apache-2.0" makedepends="postgresql-dev cmake bash" source="$pkgname-$pkgver.tar.gz::https://github.com/timescale/timescaledb/archive/$pkgver.tar.gz" |