summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-03 19:44:51 +1300
committerGeorge Rawlinson2022-11-03 19:44:51 +1300
commit6f1612e9d25783eaf8621383352b92af762c98d5 (patch)
tree0e190df7439c0f4aa1c0c6b2dedb4033b3ff694f
parent1ea7d1cc278bcfe5f2bab2f8d872f2549bad6235 (diff)
downloadaur-6f1612e9d25783eaf8621383352b92af762c98d5.tar.gz
upgpkg: libpg_query 13.2.2.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70dd45caef50..793d6b6045fe 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.2
+ pkgver = 13.2.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=4b30b03cb3944f01d4807ee89532549ccf115a44
+ source = libpg_query::git+https://github.com/pganalyze/libpg_query#commit=1097b2c33e54a37c0d2c0f2d498c7d1cf967eae9
source = dont-override-opt-level.patch
source = verbose-build.patch
source = unbundle-vendor-deps.patch
diff --git a/PKGBUILD b/PKGBUILD
index 3bf8acf105f5..d9b5e97c4a76 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.2
+pkgver=13.2.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='4b30b03cb3944f01d4807ee89532549ccf115a44'
+_commit='1097b2c33e54a37c0d2c0f2d498c7d1cf967eae9'
source=(
"$pkgname::git+$url#commit=$_commit"
'dont-override-opt-level.patch'
@@ -38,7 +38,7 @@ prepare() {
cd "$pkgname"
patch -p1 -i "$srcdir/dont-override-opt-level.patch"
- patch -p1 -i "$srcdir/verbose-build.patch"
+ #patch -p1 -i "$srcdir/verbose-build.patch"
patch -p1 -i "$srcdir/unbundle-vendor-deps.patch"
# remove vendored libraries (protobuf-c & xxhash)