postgresql: rebuild for perl-5.32.

This commit is contained in:
Leah Neukirchen 2020-10-27 21:49:48 +01:00
parent dd63ee44ca
commit ca315c9c8b

View file

@ -1,7 +1,7 @@
# Template file for 'postgresql' # Template file for 'postgresql'
pkgname=postgresql pkgname=postgresql
version=9.6.19 version=9.6.19
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
make_build_target=world make_build_target=world
configure_args="--with-openssl --with-python configure_args="--with-openssl --with-python
@ -74,7 +74,6 @@ post_install() {
postgresql-doc_package() { postgresql-doc_package() {
short_desc="PostgreSQL documentation" short_desc="PostgreSQL documentation"
archs=noarch
pkg_install() { pkg_install() {
vmove usr/share/doc vmove usr/share/doc
} }