summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-02-07 20:39:09 +1300
committerGeorge Rawlinson2023-02-07 20:39:09 +1300
commit831d0b6ecf2a83a17c39f412e9649fffdf66dcd1 (patch)
treec3fc640821a0f35d0d87dbfeb0dbc0f09355fc93
parent5b8765e90db9df1e92faf23c2e7e68acf7505f3c (diff)
downloadaur-831d0b6ecf2a83a17c39f412e9649fffdf66dcd1.tar.gz
upgpkg: libpg_query 15-4.2.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7477bac35446..93845f63a53a 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.1.0
+ pkgver = 15.4.2.0
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=346b34d50015dd9fc9d3a1511d47d61386c70aca
+ source = libpg_query::git+https://github.com/pganalyze/libpg_query#commit=fc5775e0622955f9e5d887dfaf0b7bbf7f9046f9
source = dont-override-opt-level.patch
source = verbose-build.patch
source = unbundle-vendor-deps.patch
diff --git a/PKGBUILD b/PKGBUILD
index 304e3e5ed274..7199cf0bfdc8 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.1.0
+pkgver=15.4.2.0
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='346b34d50015dd9fc9d3a1511d47d61386c70aca'
+_commit='fc5775e0622955f9e5d887dfaf0b7bbf7f9046f9'
source=(
"$pkgname::git+$url#commit=$_commit"
'dont-override-opt-level.patch'