New package: postgresql13-libs-13.4
This commit is contained in:
parent
1353b8d134
commit
b5d7669e6f
3 changed files with 5 additions and 3 deletions
1
srcpkgs/postgresql13-libs
Symbolic link
1
srcpkgs/postgresql13-libs
Symbolic link
|
@ -0,0 +1 @@
|
|||
postgresql13
|
1
srcpkgs/postgresql13-libs-devel
Symbolic link
1
srcpkgs/postgresql13-libs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
postgresql13
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue