summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-12-14 20:05:44 +1300
committerGeorge Rawlinson2022-12-14 20:05:44 +1300
commitf56762aa8cba5578d77edc4d42830eb734004f62 (patch)
tree4aa0093408d423a13ef40fda1c196d7fdbe05471
parent3912dd752574e8c97da1f512f20a7ec0d76a7112 (diff)
downloadaur-f56762aa8cba5578d77edc4d42830eb734004f62.tar.gz
upgpkg: libpg_query 15-4.0.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d693efce68..1e37132df7a2 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 = 14.3.0.0
+ pkgver = 15.4.0.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=397cbb9c1b188b8a5c6e1a9633461b2d01903abc
+ source = libpg_query::git+https://github.com/pganalyze/libpg_query#commit=1ada550d901ed4edbfb6bce2163d21f4b948ab2d
source = dont-override-opt-level.patch
source = verbose-build.patch
source = unbundle-vendor-deps.patch
diff --git a/PKGBUILD b/PKGBUILD
index 56441342fd89..f115de3c535e 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=14.3.0.0
+pkgver=15.4.0.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='397cbb9c1b188b8a5c6e1a9633461b2d01903abc'
+_commit='1ada550d901ed4edbfb6bce2163d21f4b948ab2d'
source=(
"$pkgname::git+$url#commit=$_commit"
'dont-override-opt-level.patch'