mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
postgresql14: Fix postgresql14-libs-devel dependencies
This commit is contained in:
parent
3522f068ab
commit
199f0e5664
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql14'
|
# Template file for 'postgresql14'
|
||||||
pkgname=postgresql14
|
pkgname=postgresql14
|
||||||
version=14.8
|
version=14.8
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
_major="${version%%.*}"
|
_major="${version%%.*}"
|
||||||
|
@ -124,7 +124,7 @@ postgresql14-libs_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
postgresql14-libs-devel_package() {
|
postgresql14-libs-devel_package() {
|
||||||
depends="postgresql-libs>=${version}_${revision} openssl-devel"
|
depends="postgresql14-libs>=${version}_${revision} openssl-devel"
|
||||||
short_desc="PostgreSQL shared libraries (development files)"
|
short_desc="PostgreSQL shared libraries (development files)"
|
||||||
conflicts="postgresql9.6-libs-devel>=0 postgresql12-libs-devel>=0 postgresql13-libs-devel>=0"
|
conflicts="postgresql9.6-libs-devel>=0 postgresql12-libs-devel>=0 postgresql13-libs-devel>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue