summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpikl2023-12-16 16:57:59 +0000
committerpikl2023-12-16 16:57:59 +0000
commit6861567b053b404ff7cbca42fa738f2174415a30 (patch)
tree99fe2fea6117e6fd75ede852abeadcf9f4fbb2e2
parent72f98df75b94ffb9c26d128e7fd31e6bcd3d985e (diff)
downloadaur-6861567b053b404ff7cbca42fa738f2174415a30.tar.gz
depends -> makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2430066ade79..a4427908b62c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")