summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-07-08 14:20:45 +1200
committerGeorge Rawlinson2023-07-08 14:20:45 +1200
commitc4dd7c57edd215420159cc58d97e7ef14a053ae9 (patch)
tree4f4826f463ea98d22256fe7c7c0f92eb70ff0da5 /PKGBUILD
parent831d0b6ecf2a83a17c39f412e9649fffdf66dcd1 (diff)
downloadaur-c4dd7c57edd215420159cc58d97e7ef14a053ae9.tar.gz
upgpkg: libpg_query 15-4.2.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7199cf0bfdc8..370f07c87e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libpg_query
# All versions are tagged by the major Postgres version,
# plus an individual semver for this library itself.
-pkgver=15.4.2.0
+pkgver=15.4.2.2
pkgrel=1
pkgdesc='C library for accessing the PostgreSQL parser outside of the server environment'
arch=('x86_64')
@@ -12,7 +12,7 @@ url='https://github.com/pganalyze/libpg_query'
license=('BSD')
depends=('protobuf-c' 'xxhash')
makedepends=('git')
-_commit='fc5775e0622955f9e5d887dfaf0b7bbf7f9046f9'
+_commit='cb3aa9ee69f0bc2d722e68019059fa1680c937b0'
source=(
"$pkgname::git+$url#commit=$_commit"
'dont-override-opt-level.patch'