summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-07-08 14:20:45 +1200
committerGeorge Rawlinson2023-07-08 14:20:45 +1200
commitc4dd7c57edd215420159cc58d97e7ef14a053ae9 (patch)
tree4f4826f463ea98d22256fe7c7c0f92eb70ff0da5
parent831d0b6ecf2a83a17c39f412e9649fffdf66dcd1 (diff)
downloadaur-c4dd7c57edd215420159cc58d97e7ef14a053ae9.tar.gz
upgpkg: libpg_query 15-4.2.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93845f63a53a..2bc0e82574ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libpg_query
pkgdesc = C library for accessing the PostgreSQL parser outside of the server environment
- pkgver = 15.4.2.0
+ pkgver = 15.4.2.2
pkgrel = 1
url = https://github.com/pganalyze/libpg_query
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libpg_query
makedepends = git
depends = protobuf-c
depends = xxhash
- source = libpg_query::git+https://github.com/pganalyze/libpg_query#commit=fc5775e0622955f9e5d887dfaf0b7bbf7f9046f9
+ source = libpg_query::git+https://github.com/pganalyze/libpg_query#commit=cb3aa9ee69f0bc2d722e68019059fa1680c937b0
source = dont-override-opt-level.patch
source = verbose-build.patch
source = unbundle-vendor-deps.patch
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'