postgresql13: update to 13.7.

This commit is contained in:
Piotr Wójcik 2022-02-12 00:14:20 +01:00 committed by Piotr
parent 6db197ca98
commit 063307607c

View file

@ -1,7 +1,7 @@
# Template file for 'postgresql13'
pkgname=postgresql13
version=13.5
revision=2
version=13.7
revision=1
wrksrc="postgresql-${version}"
build_style=gnu-configure
make_build_target=world
@ -21,7 +21,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=9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3
checksum=1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399
make_check=ci-skip # Postgres server can't be run as root
conf_files="
/${_prefix}/etc/default/postgresql
@ -223,5 +224,6 @@ postgresql13-contrib_package() {
short_desc="PostgreSQL contributed programs and extensions"
pkg_install() {
make -C contrib install DESTDIR=${PKGDESTDIR}
mv ${PKGDESTDIR}/usr/include ${PKGDESTDIR}/${_prefix}
}
}