Skip to content

Commit

Permalink
- upgraded postgresql-old-upgrade to 13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-seikosoft committed Mar 10, 2022
1 parent 3dc14d9 commit 478c3e6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Dan McGee <[email protected]>

pkgname=postgresql-old-upgrade
pkgver=12.9
pkgver=13.6
_majorver=${pkgver%.*}
pkgrel=1
pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
Expand All @@ -11,15 +11,14 @@ arch=('x86_64')
license=('custom:PostgreSQL')
depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm-libs')
makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm' 'clang')
optdepends=('python2: for PL/Python 2 support'
'python: for PL/Python 3 support'
makedepends=('python' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm' 'clang')
optdepends=('python: for PL/Python 3 support'
'perl: for PL/Perl support'
'tcl: for PL/Tcl support')
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
sha256sums=('89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce')
sha512sums=('11697d8283f5df5a9c74c2406e94d1b6da6df8358ad48f3b773825aab98e8395f9fd4e3fc8b1e6ebad3743c3dadbda8b795d4fe84a447d7913223e136cf2b88f')
b2sums=('fc88d61d369569a3054b889848eaf1405a4f5137cd8c2cf27282115f70853dd4d5d8b4bf0a9fc60c63db936246a0a64077c9bfdb90685d4dfe375558e4519b2b')
sha256sums=('bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc')
sha512sums=('2852726a3031b8d469f1c38f3019af02fc5afe40ec27b22288a29acefd30c63a98806bce88a214d0c2f9177f547b0b5010ad64e70bcbe2c2f1d97a27ae1984f8')
b2sums=('f5ea95fd9ffc8846e0aaf5bac03b02afa71e62e796bbe40f68af727a2f3c74eddd98cb68427bcc13b87b6fa00a8e2a7b18dd7749318f0a4a32cfdbf9b0e0a873')

build() {
cd postgresql-${pkgver}
Expand Down Expand Up @@ -61,7 +60,7 @@ build() {

# regular build with everything
./configure "${options[@]}" \
PYTHON=/usr/bin/python2
PYTHON=/usr/bin/python
make -C src all
make -C contrib all
}
Expand Down

0 comments on commit 478c3e6

Please sign in to comment.