Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql-old-upgrade


Commits:
87dcd62a by Evangelos Foutras at 2023-08-19T21:44:38+03:00
upgpkg: 14.9-2: switch to llvm15

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
 pkgname=postgresql-old-upgrade
 pkgver=14.9
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
 license=('custom:PostgreSQL')
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
-         'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm14-libs')
-makedepends=('python' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm14' 'clang14')
+         'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm15-libs')
+makedepends=('python' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm15' 'clang15')
 optdepends=('python: for PL/Python 3 support'
             'perl: for PL/Perl support'
             'tcl: for PL/Tcl support')
@@ -49,7 +49,7 @@ build() {
   # Fix static libs
   CFLAGS+=" -ffat-lto-objects"
 
-  LLVM_CONFIG=llvm-config-14 CLANG=/usr/lib/llvm14/bin/clang \
+  LLVM_CONFIG=llvm-config-15 CLANG=/usr/lib/llvm15/bin/clang \
   ./configure "${configure_options[@]}"
   make -C src all
   make -C contrib all



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/commit/87dcd62ac0df8e2e30b14604556f76ac3166d835

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/commit/87dcd62ac0df8e2e30b14604556f76ac3166d835
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to