postgresql: rebuild to get correct subpackage architecture

This commit is contained in:
John 2019-02-22 00:24:53 +01:00 committed by maxice8
parent ed9b5ba316
commit e18ff3e56a

View file

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