mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
postgresql14: update to 14.4.
This commit is contained in:
parent
063307607c
commit
825216051f
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'postgresql14'
|
# Template file for 'postgresql14'
|
||||||
pkgname=postgresql14
|
pkgname=postgresql14
|
||||||
version=14.1
|
version=14.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="postgresql-${version}"
|
wrksrc="postgresql-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -22,7 +22,8 @@ license="PostgreSQL"
|
||||||
homepage="https://www.postgresql.org"
|
homepage="https://www.postgresql.org"
|
||||||
changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html"
|
changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html"
|
||||||
distfiles="https://ftp.postgresql.org/pub/source/v${version}/postgresql-${version}.tar.bz2"
|
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="
|
conf_files="
|
||||||
/${_sysconfdir}/default/postgresql
|
/${_sysconfdir}/default/postgresql
|
||||||
|
@ -224,5 +225,6 @@ postgresql14-contrib_package() {
|
||||||
short_desc="PostgreSQL contributed programs and extensions"
|
short_desc="PostgreSQL contributed programs and extensions"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
make -C contrib install DESTDIR=${PKGDESTDIR}
|
make -C contrib install DESTDIR=${PKGDESTDIR}
|
||||||
|
mv ${PKGDESTDIR}/usr/include ${PKGDESTDIR}/${_prefix}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue