New package: postgresql13-libs-13.4

This commit is contained in:
Piotr Wójcik 2021-09-30 22:28:48 +02:00 committed by Piotr
parent 1353b8d134
commit b5d7669e6f
3 changed files with 5 additions and 3 deletions

1
srcpkgs/postgresql13-libs Symbolic link
View file

@ -0,0 +1 @@
postgresql13

View file

@ -0,0 +1 @@
postgresql13

View file

@ -1,7 +1,7 @@
# Template file for 'postgresql13'
pkgname=postgresql13
version=13.5
revision=1
revision=2
wrksrc="postgresql-${version}"
build_style=gnu-configure
make_build_target=world
@ -108,7 +108,7 @@ postgresql13-doc_package() {
}
}
postgresql-libs_package() {
postgresql13-libs_package() {
short_desc="PostgreSQL shared libraries"
conflicts="postgresql9.6-libs>=0 postgresql12-libs>=0"
pkg_install() {
@ -122,7 +122,7 @@ postgresql-libs_package() {
}
}
postgresql-libs-devel_package() {
postgresql13-libs-devel_package() {
depends="postgresql-libs>=${version}_${revision}"
short_desc="PostgreSQL shared libraries (development files)"
conflicts="postgresql9.6-libs-devel>=0 postgresql12-libs-devel>=0"