postgresql14: update to 14.4.

This commit is contained in:
Piotr Wójcik 2022-02-12 00:14:20 +01:00 committed by Piotr
parent 063307607c
commit 825216051f
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'postgresql14'
pkgname=postgresql14
version=14.1
version=14.4
revision=1
wrksrc="postgresql-${version}"
build_style=gnu-configure
@ -22,7 +22,8 @@ license="PostgreSQL"
homepage="https://www.postgresql.org"
changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html"
distfiles="https://ftp.postgresql.org/pub/source/v${version}/postgresql-${version}.tar.bz2"
checksum=4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f
checksum=c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a
make_check=ci-skip # Postgres server can't be run as root
conf_files="
/${_sysconfdir}/default/postgresql
@ -224,5 +225,6 @@ postgresql14-contrib_package() {
short_desc="PostgreSQL contributed programs and extensions"
pkg_install() {
make -C contrib install DESTDIR=${PKGDESTDIR}
mv ${PKGDESTDIR}/usr/include ${PKGDESTDIR}/${_prefix}
}
}