diff options
author | pikl | 2023-12-16 16:57:59 +0000 |
---|---|---|
committer | pikl | 2023-12-16 16:57:59 +0000 |
commit | 6861567b053b404ff7cbca42fa738f2174415a30 (patch) | |
tree | 99fe2fea6117e6fd75ede852abeadcf9f4fbb2e2 | |
parent | 72f98df75b94ffb9c26d128e7fd31e6bcd3d985e (diff) | |
download | aur-6861567b053b404ff7cbca42fa738f2174415a30.tar.gz |
depends -> makedepends
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ _pgver=16 # postgresql version pkgname=pgvecto.rs pkgver=0.1.13 -pkgrel=1 +pkgrel=2 pkgdesc="Postgres extension that provides vector similarity search functions. It is written in Rust and based on pgrx." arch=(x86_64) url="https://github.com/tensorchord/pgvecto.rs" license=('Apache-2.0') -depends=('cargo-nightly' 'clang' "postgresql>=${_pgver}" 'openssl' 'readline' 'libxml2' 'libxslt' 'zlib' 'ccache' 'git') +makedepends=('cargo-nightly' 'clang' "postgresql>=${_pgver}" 'openssl' 'readline' 'libxml2' 'libxslt' 'zlib' 'ccache' 'git') # build fails with LTO enabled options=('!lto') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorchord/pgvecto.rs/archive/refs/tags/v${pkgver}.tar.gz") |