Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / pgvector


Commits:
4c4be6ed by Felix Yan at 2026-07-01T12:07:55+08:00
upgpkg: 0.8.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = pgvector
        pkgdesc = Open-source vector similarity search for Postgres
-       pkgver = 0.8.3
+       pkgver = 0.8.4
        pkgrel = 1
        url = https://github.com/pgvector/pgvector
        arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = pgvector
        makedepends = git
        makedepends = llvm
        depends = postgresql
-       source = git+https://github.com/pgvector/pgvector.git#tag=v0.8.3
-       sha512sums = 
48d321a4141c8afd7b1738dfb19f329133738f99df5b5b27284d72674a0eabd85b3b8b09571fcc2173822f88ee80dd730bcc69f1b67af00644b51e19e924f646
+       source = git+https://github.com/pgvector/pgvector.git#tag=v0.8.4
+       sha512sums = 
cbe3136ac1ff1e1e7be4d0c702c5e99829c9cdd1c6da9d1e0abf1e9867d2e38eef45357d7e76f08c800c469bdab5ce7273ae8641bcef825f1c4f4b8fda556124
 
 pkgname = pgvector


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=pgvector
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Open-source vector similarity search for Postgres"
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('postgresql')
 makedepends=('clang' 'git' 'llvm')
 checkdepends=('perl' 'perl-ipc-run' 'pifpaf')
 source=("git+https://github.com/pgvector/pgvector.git#tag=v$pkgver";)
-sha512sums=('48d321a4141c8afd7b1738dfb19f329133738f99df5b5b27284d72674a0eabd85b3b8b09571fcc2173822f88ee80dd730bcc69f1b67af00644b51e19e924f646')
+sha512sums=('cbe3136ac1ff1e1e7be4d0c702c5e99829c9cdd1c6da9d1e0abf1e9867d2e38eef45357d7e76f08c800c469bdab5ce7273ae8641bcef825f1c4f4b8fda556124')
 
 build() {
   cd pgvector



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pgvector/-/commit/4c4be6eda6b9074137272414d04fcaf0c0a9f892

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pgvector/-/commit/4c4be6eda6b9074137272414d04fcaf0c0a9f892
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to