diff options
author | psykose <alice@ayaya.dev> | 2022-11-09 02:43:13 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-11-22 20:33:17 +0100 |
commit | cc52fd6f1c23fc2e96d59c5aff4b6ce7d62fcf98 (patch) | |
tree | c89e6361b81a156b6b694e576f7748000e4ee44b /main/postgresql15 | |
parent | 65969d388987094ab5896dee2a0acb1cf6bba51d (diff) | |
download | aports-cc52fd6f1c23fc2e96d59c5aff4b6ce7d62fcf98.zip |
main/*: rebuild against python3.11
Diffstat (limited to 'main/postgresql15')
-rw-r--r-- | main/postgresql15/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql15/APKBUILD b/main/postgresql15/APKBUILD index bbcb7894a7a..823bd3b521a 100644 --- a/main/postgresql15/APKBUILD +++ b/main/postgresql15/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> _pkgname=postgresql pkgver=15.1 -pkgrel=0 +pkgrel=1 _majorver=${pkgver%%[_.]*} # Should this aport provide libpq* and libecpg*? true/false # Exactly one postgresql aport must be the default one! |