George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
cargo-pgrx
Commits:
29eeed28 by George Rawlinson at 2025-05-27T12:50:16+12:00
upgpkg: 0.14.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cargo-pgrx
pkgdesc = Build PostgreSQL extensions with Rust
- pkgver = 0.12.9
+ pkgver = 0.14.3
pkgrel = 1
url = https://github.com/pgcentralfoundation/pgrx
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = cargo-pgrx
optdepends = postgresql: to compile with system postgresql
replaces = cargo-pgx
options = !lto
- source =
cargo-pgrx::git+https://github.com/pgcentralfoundation/pgrx.git#tag=v0.12.9
- sha512sums =
ed0b174fdb28f4fbe5cc651677e58488c4bba7f1e409e783ce62b6909f3ad5df2f803de84fa2d270ad20a34f4c4d02993279373adfb1ec96d78dc9a7e20d6a77
- b2sums =
2738ca0bca59f9a652848d91ed81922a2dc0224813679d02160caa9ad72500d0e383b92f547b24efb37f48ba32c470b4f4b876675d356963fffc8b2b178b3fb2
+ source =
cargo-pgrx::git+https://github.com/pgcentralfoundation/pgrx.git#tag=v0.14.3
+ sha512sums =
23fa9874d295cfe300bd78e5712c6af52bade882a15560847772b2ececa2ada506128f003686204ebb83a12847bd1dc4084673f067e333652e51d94eb0c724f1
+ b2sums =
aa9416414807fb870a940cdf0d8f4e1cc343bdbecdc29a52619f2044bd89fb5b58ef77f6777c608951070b091a2b059c85b12203c0006f4ee20576434723089b
pkgname = cargo-pgrx
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=cargo-pgrx
-pkgver=0.12.9
+pkgver=0.14.3
pkgrel=1
pkgdesc='Build PostgreSQL extensions with Rust'
arch=('x86_64')
@@ -13,8 +13,8 @@ optdepends=('postgresql: to compile with system postgresql')
replaces=('cargo-pgx')
options=('!lto')
source=("$pkgname::git+$url.git#tag=v$pkgver")
-sha512sums=('ed0b174fdb28f4fbe5cc651677e58488c4bba7f1e409e783ce62b6909f3ad5df2f803de84fa2d270ad20a34f4c4d02993279373adfb1ec96d78dc9a7e20d6a77')
-b2sums=('2738ca0bca59f9a652848d91ed81922a2dc0224813679d02160caa9ad72500d0e383b92f547b24efb37f48ba32c470b4f4b876675d356963fffc8b2b178b3fb2')
+sha512sums=('23fa9874d295cfe300bd78e5712c6af52bade882a15560847772b2ececa2ada506128f003686204ebb83a12847bd1dc4084673f067e333652e51d94eb0c724f1')
+b2sums=('aa9416414807fb870a940cdf0d8f4e1cc343bdbecdc29a52619f2044bd89fb5b58ef77f6777c608951070b091a2b059c85b12203c0006f4ee20576434723089b')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-pgrx/-/commit/29eeed288d688be911afde6dd55d42b15021ad5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-pgrx/-/commit/29eeed288d688be911afde6dd55d42b15021ad5a
You're receiving this email because of your account on gitlab.archlinux.org.