summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-29 20:03:46 +1200
committerGeorge Rawlinson2022-06-29 20:03:46 +1200
commit1ea7d1cc278bcfe5f2bab2f8d872f2549bad6235 (patch)
treea0b9a6b9621e578b4fd4a4d25ecc7e07706f33ed
parent875c66d8db72bc0bc6dc86bddd112fa5b5e0cb63 (diff)
downloadaur-1ea7d1cc278bcfe5f2bab2f8d872f2549bad6235.tar.gz
upgpkg: libpg_query 13.2.1.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 715227fa4702..70dd45caef50 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 = 13.2.1.1
+ pkgver = 13.2.1.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=7eb584d6424b257bfb24de69d688f06836386efe
+ source = libpg_query::git+https://github.com/pganalyze/libpg_query#commit=4b30b03cb3944f01d4807ee89532549ccf115a44
source = dont-override-opt-level.patch
source = verbose-build.patch
source = unbundle-vendor-deps.patch
diff --git a/PKGBUILD b/PKGBUILD
index 4c50109bf526..3bf8acf105f5 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=13.2.1.1
+pkgver=13.2.1.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='7eb584d6424b257bfb24de69d688f06836386efe'
+_commit='4b30b03cb3944f01d4807ee89532549ccf115a44'
source=(
"$pkgname::git+$url#commit=$_commit"
'dont-override-opt-level.patch'