Date: Thursday, October 20, 2022 @ 07:14:55 Author: grawlinson Revision: 1332950
upgpkg: cargo-pgx 0.5.3-1; new upstream release Modified: cargo-pgx/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-20 07:13:16 UTC (rev 1332949) +++ PKGBUILD 2022-10-20 07:14:55 UTC (rev 1332950) @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=cargo-pgx -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc='Build PostgreSQL extensions with Rust' arch=('x86_64') @@ -13,7 +13,7 @@ ) makedepends=('git' 'rust') options=('!lto') -_commit='d1ffdb2969f414652d48548341e9d9ff9d02e672' +_commit='18955c7b46afa3e1140433206ebba3929c7d008b' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')
