From 9e0cc221451b7e428bad3787efcb65e2a0de2b3f Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 12 Nov 2018 13:22:58 +0300 Subject: [PATCH] postgresql: Update to 11.1 --- mingw-w64-postgresql/PKGBUILD | 8 ++++---- mingw-w64-postgresql/postgresql-9.5.1-pl-python.patch | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/mingw-w64-postgresql/PKGBUILD b/mingw-w64-postgresql/PKGBUILD index 35f6a8b17a..acd85ef211 100644 --- a/mingw-w64-postgresql/PKGBUILD +++ b/mingw-w64-postgresql/PKGBUILD @@ -3,8 +3,8 @@ _realname=postgresql pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=10.5 -pkgrel=2 +pkgver=11.1 +pkgrel=1 pkgdesc="Libraries for use with PostgreSQL (mingw-w64)" arch=('any') url="https://www.postgresql.org/" @@ -30,10 +30,10 @@ source=("https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.t postgresql-9.5.1-pl-python.patch postgresql-9.4.1-pl-tcl.patch postgresql-9.4.1-mingw-enable-readline.patch) -sha256sums=('6c8e616c91a45142b85c0aeb1f29ebba4a361309e86469e0fb4617b6a73c4011' +sha256sums=('90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08' 'c740a8f308abc85f460ca170969feb1ec41e99072f0e06ef44a63173b26fd7b5' '57c1e9b75c042af591b05b9dda60e6327b5c364bb5adc2675da8a48b47e11b81' - '6e2db558f0b85da2847c109fd7b7e1681bb97dccd805e8e03c1a7dba5e0a1af4' + '1afbe207b0fe8c4178cc3f8cb4e3923c7c000207d22ec4f3875d6358b312a1d5' 'ab9c42374b4e8a01b598810b19b583d9ee7bf5c43c39c019f66b62aacac38926' '51c72fbd380d23cf944165405221912a277b9be99e285479772b39cacbbf384f') diff --git a/mingw-w64-postgresql/postgresql-9.5.1-pl-python.patch b/mingw-w64-postgresql/postgresql-9.5.1-pl-python.patch index f399285382..0dbe0e268b 100644 --- a/mingw-w64-postgresql/postgresql-9.5.1-pl-python.patch +++ b/mingw-w64-postgresql/postgresql-9.5.1-pl-python.patch @@ -12,11 +12,10 @@ override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS) -@@ -59,26 +57,6 @@ - DATA += plpythonu.control plpythonu--1.0.sql plpythonu--unpackaged--1.0.sql - endif +@@ -59,25 +57,6 @@ + plpy_typeio.h \ + plpy_util.h -- -# Python on win32 ships with import libraries only for Microsoft Visual C++, -# which are not compatible with mingw gcc. Therefore we need to build a -# new import library to link with.